What are the OOPS concepts?
Answer Posted / suresh ragala
OOPs concepts are
1)object
2)class
3)encapsulation
4)abstraction
5)polymorphism
6)inheritance
7)message passing
8)dynamic binding
These all are partially supported by c++,java supports
all the above features
| Is This Answer Correct ? | 729 Yes | 107 No |
Post New Answer View All Answers
What is the use of oops?
explain sub-type and sub class? atleast u have differ it into 4 points?
What are benefits of oop?
What is abstraction in oops?
What is pointer in oop?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is encapsulation with real life example?
Why do we use class in oops?
How oops is better than procedural?
Is html an oop?
What is encapsulation selenium?
write knight tour problem which is present in datastructure
What is difference between pop and oop?
What is multilevel inheritance in oop?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?