explain the concepts of oops?



explain the concepts of oops?..

Answer / ravi kumar soni

Abstraction : Hiding of inner details and showing only what
are required.
Encapsulation : Binding of data and the methods used to
access them. Eg: Classes.
Inheritance : Extending the existing functionaltiy.
Polymorphysim : Change of behavior with context.

Is This Answer Correct ?    10 Yes 2 No

Post New Answer

More OOPS Interview Questions

What is difference between polymorphism and inheritance?

0 Answers  


How can you overcome the diamond problem in inheritance?

0 Answers   NIIT,


What is the main feature of oop?

0 Answers  


What is Hashing and how is it done? Pictorial form?

2 Answers   emc2, Wipro,


What is friend function?

12 Answers   Wipro,






What do you mean by overloading?

0 Answers  


In multiple inheritance , to create sub class object , is there need to create objects for its superclasses??? in java and c++ both. Actually i have some information that is , all available members from its superclasses , memory created in subclass obj , so no need to create object for its superclasses...??? Thanks in Advance

1 Answers  


Why oops is important?

0 Answers  


c++ is a pure object oriented programming or not?

5 Answers   Wipro,


what is ltti

1 Answers   Unisys,


What is destructor in oop?

0 Answers  


char* ptr = "Rahul"; *ptr++; printf("%s",ptr); What will be the output

9 Answers   Persistent,


Categories