What are the OOPS concepts?
Answer Posted / mathivanan
The following are Object Oriented Programming Concepts..
1. Class
2. Objcet
3. Reusability
4. Inheritance
5. Polymorphism
6. Data Encapsulation
7. Data Abstarction
8. Interfaces
9. Message Passing
| Is This Answer Correct ? | 80 Yes | 33 No |
Post New Answer View All Answers
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
Why do we use oop?
What do you mean by abstraction?
What are benefits of oop?
What is methods in oop?
What is abstraction in oop with example?
What is object and class in oops?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
Why is polymorphism important in oop?
What is the difference between a constructor and a destructor?
Why do we use encapsulation in oops?
Why is polymorphism used?
What is multilevel inheritance explain with example?
What is the advantage of oop over procedural language?
Why we use classes in oop?