What are the OOPS concepts?
Answer Posted / karan rana
the oops concepts are :-
1. message passing.
2. inheritance.
3. intigrety.
4. polymorphism.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is difference between data abstraction and encapsulation?
What is encapsulation and abstraction? How are they implemented in C++?
Why is oop useful?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is the significance of classes in oop?
What is overloading in oop?
Can main method override?
Why polymorphism is used in oops?
Why do we use oops?
What is the renewal class?
What is destructor give example?
What is the problem with multiple inheritance?
Write a program to sort the number with different sorts in one program ??
What is coupling in oops?
What are the benefits of oop?