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 difference between inheritance and polymorphism?
What do you mean by overloading?
What is destructor oops?
what are the realtime excercises in C++?
Can abstract class have normal methods?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What is abstraction oop?
Can we define a class within the interface?
What exactly is polymorphism?
Why polymorphism is used in oops?
What are benefits of oop?
What is encapsulation example?
write knight tour problem which is present in datastructure
What is ambiguity in inheritance?
Why multiple inheritance is not possible?