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
What is class and object in oops?
to find out the minimum of two integer number of two different classes using friend function
What is polymorphism give a real life example?
What is the difference between abstraction and polymorphism?
#include
Why do we use class?
What are the 3 principles of oop?
Which language is not a true object oriented programming language?
How is class defined?
when to use 'mutable' keyword and when to use 'const cast' in c++
What does and I oop mean in text?
What are the types of abstraction?
What is the significance of classes in oop?
Can you inherit a private class?
What is overriding in oops?