What are the OOPS concepts?
Answer Posted / md zakaullah
BASIC 4 CONCEPTS OF OOPS:
1. DATA ABSTRACTION
2. DATA ENCAPSULATION
3. INHERITANCE
4. POLYMORPHISM
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the concepts involved in Object Oriented programming.
why reinterpret cast is considered dangerous?
What is balance factor?
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 class and object in oops?
What is overriding vs overloading?
What is abstraction oop?
What is a null tree?
What is object and class in oops?
What is inheritance in oop?
What is object and example?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is encapsulation in simple terms?
Give two or more real cenario of virtual function and vertual object
Can an interface inherit a class?