C++ Programming Question:
Download Questions PDF

When should you use multiple inheritance?

Answer:

There are three acceptable answers: "Never," "Rarely," and "When the problem domain cannot be accurately modeled any other way."

Download C++ Programming Interview Questions And Answers PDF

Previous QuestionNext Question
What is the difference between a copy constructor and an overloaded assignment operator?Explain the ISA and HASA class relationships. How would you implement each in a class design?