Answer Posted / praveen
1. Encapsulation: Binding of Code and data together in a
single entity
2. Polymorphism: One name many properties (funtion
Overloading)
3. Inheritance:Acquiring properties of one object to another
| Is This Answer Correct ? | 233 Yes | 46 No |
Post New Answer View All Answers
What is this pointer in oop?
What is polymorphism explain its types?
How do you define a class in oop?
What is pointer in oop?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What are the types of abstraction?
program for insertion ,deletion,sorting in double link list
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?
What are benefits of oop?
What is the difference between a constructor and a destructor?
Why is static class not inherited?
What is encapsulation example?
What is object in oop?
when to use 'mutable' keyword and when to use 'const cast' in c++
Is data hiding and abstraction same?