What are the OOPS concepts?
Answer Posted / anil kumar battula
1.object
2.class
3.data Abstraction & encapsulation
4.Inheritence
5.polymorphism
6.data binding
7.message passing
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we define a class within the interface?
write a C++ program for booking using constructor and destructor.
What is the important feature of inheritance?
Is html an oop?
Is data hiding and abstraction same?
What is the real life example of polymorphism?
How is class defined?
#include
What is persistence in oop?
What is the importance of oop?
Why it is called runtime polymorphism?
What is polymorphism explain its types?
What is destructor example?
What does I oop mean?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.