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 are classes oop?

0 Answers  


What is overriding in oop?

0 Answers  


Which is the best institute in hyderabad for C/C++ and it also has fast track course structure.

13 Answers   Wipro,


Can we create object of class with private constructor?

5 Answers  


What is encapsulation oop?

0 Answers  






What is sub classing in c++?

1 Answers  


Why is oop better than procedural?

0 Answers  


diff between Virtual mathod and abstract method?

1 Answers  


What is virtual function?where and when is it used?

2 Answers   Sitel,


INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?

0 Answers  


what type of question are asked in thoughtworks pair programming round ?

0 Answers   Thought Works,


c++ is a purely oop concept?

3 Answers   Google, TCS,


Categories