What are the OOPS concepts?
Answer Posted / razz
There are only five concepts in the oops others may be
derived from those:
1. Encapsulation and Data Abstraction
2. Polymorphism
3. Dynamic Binding
4. Message Passing
5. Inheritance
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you inherit a private class?
How do you use inheritance in unity?
What is protected in oop?
Can you explain polymorphism?
is there any choice in opting subjects like 4 out of 7
What is object in oop with example?
What is overriding in oop?
What is difference between inheritance and polymorphism?
Why is there no multiple inheritance?
What are the benefits of oop?
What does I oop mean?
What are the three main types of variables?
write a C++ program for booking using constructor and destructor.
What is abstraction example?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?