Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


143.what is oops principles?

Answers were Sorted based on User's Feedback



143.what is oops principles?..

Answer / suddapally.chinny

the main concepts in OOP are:
*DATA ABSTRACTION
*DATA ENCAPSULATION
*POLYMORPHISM
*INHERITANCE

Is This Answer Correct ?    19 Yes 1 No

143.what is oops principles?..

Answer / ayswarya

Its a Principle in which the programming module must depends
on the object of that class and not the functions.. inter
communication of classes will occur through objects of the
classes only and not directly..
It has 5 properties
1. Class and Object(methods and data members in class and
objects meant for using those methods and data members)
s. Encapsulation and Abstraction (Data Hiding and wrapping
concept)
3. Inheritance (Software re-usability- use of existing code
in our new project)
4. Polymorphism (different functions taking different
forms(values) at different situations)
5. Data Binding

Is This Answer Correct ?    6 Yes 0 No

143.what is oops principles?..

Answer / arya

the main principles of of oops are :-
-inheritance
-polymorphism
-reusuability
-data abstraction
-encapsulation
-class
-function

Is This Answer Correct ?    6 Yes 3 No

143.what is oops principles?..

Answer / deepti

ABSTRACTION POLYMORPHISM INHERITANCE AND ENCAPSULATION.

Is This Answer Correct ?    3 Yes 1 No

143.what is oops principles?..

Answer / amit

oops concept is to implement the real world concept in
progarmig world like
Abstrction(hide the compexity)
Encapsulation(Wrap in single unit,to achive the abstraction)
Polymorfism(one to many form)
Inheritence(inhancment,reuseability)
etc

Is This Answer Correct ?    2 Yes 0 No

143.what is oops principles?..

Answer / abi

principles are:

inheritance(reusability)
classes & objects
message passing
polymorphism
data abstraction & encapsulation
dynamic binding

Is This Answer Correct ?    3 Yes 2 No

143.what is oops principles?..

Answer / saranya

Objects
Classes
Data encapsulation, abstraction
Inheritance
Polymorphism
Dynamic binding
Message passing

Is This Answer Correct ?    1 Yes 1 No

143.what is oops principles?..

Answer / chinnababu

oops concepts are:
1.Abstraction
2.Encapsulation
3.polymorphism
4.Inheritance

Is This Answer Correct ?    0 Yes 1 No

143.what is oops principles?..

Answer / prasad

DATA ABSTRACTION AND ENCAPSULATION
POLYMORPHISM
INHERITANCE
MESSAGE PASSING

Is This Answer Correct ?    0 Yes 3 No

143.what is oops principles?..

Answer / vijayan

object
class
message passing
inheritance
reuseablity
polymorphism

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More OOPS Interview Questions

WAP to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)

1 Answers  


Why is there no multiple inheritance?

0 Answers  


write a program to find 2 power of a 5digit number with out using big int and exponent ?

0 Answers  


assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).

0 Answers  


how to find the largest of given numbers in an array

2 Answers  


What is encapsulation?

17 Answers   TCS,


define a string class. overload the operator == to compare two strings

2 Answers   Birla, Ericsson, HCL, Infosys, Infotech, MCAS, Satyam,


Why polymorphism is used in oops?

0 Answers  


What is the outcome of the line of code "cout<<abs(- 16.5);"? 1) 16 2) 17 3) 16.5

16 Answers   TCS,


What is coupling in oops?

0 Answers  


What do you mean by variable?

0 Answers  


How do you make derived class as an abstract class?

1 Answers   Convergys, TCS,


Categories