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 inheritance in simple words?
How Do you Code Composition and Aggregation in C++ ?
What is multilevel inheritance explain with example?
What is the real time example of inheritance?
Can destructor be overloaded?
Prepare me a program for the animation of train
What is oops?what is its use in software engineering?
Why is polymorphism needed?
What is difference between pop and oop?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is the importance of oop?
how to get the oracle certification? send me the answer
What is oops with example?
What is encapsulation and abstraction? How are they implemented in C++?
What is static modifier?