Answer Posted / dasora
when do you like inherit from more than two class
it is called multiple inheritance
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
What is DlgProc?
Differentiate between a constructor and a destructor in c++.
What sorting algorithm does c++ use?
Tell me an example where stacks are useful?
State two differences between C and C++.
What do you understand by a pure virtual member function?
What does it mean to declare a member function as virtual?
What is fixed in c++?
Explain the differences between list x; & list x();.
Why #include is used?
How can you link a c program with a c function?
What is function declaration in c++ with example?
How to give an alternate name to a namespace?
What is the use of this pointer in c++?