What is multiple inheritance ?
Answer Posted / raj
one derived class with several base class.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
write a C++ program for booking using constructor and destructor.
What is polymorphism and its types?
What is polymorphism what are the different types of polymorphism?
What is persistence in oop?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What are main features of oop?
when to use 'mutable' keyword and when to use 'const cast' in c++
What is constructor overloading in oop?
What are oops methods?
Why is object oriented programming so hard?
What is the purpose of polymorphism?
What is polymorphism explain?
what are the realtime excercises in C++?
What is object and example?
What is encapsulation with example?