What are the OOPS concepts?
Answer Posted / faizan
1)object
2)class
3)encapsulation & abstraction
4)polymorphism
5)inheritance
6)message passing
7)dynamic binding
These all are partially supported by c++,java supports
all the above features
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you use inheritance in unity?
Why do pointers exist?
What is oops with example?
when to use 'mutable' keyword and when to use 'const cast' in c++
What is difference between data abstraction and encapsulation?
How do you define social class?
What is balance factor?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is use of overloading?
What is the significance of classes in oop?
officer say me - i am offered to a smoking , then what can you say
What is a class and object?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is the difference between a constructor and a destructor?
What are the two different types of polymorphism?