When to use Multiple Inheritance?

Answer Posted / karthick

Multiple inheritance means the derived class inherits from
two or more base classes.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between struct and class?

877


Can comments be longer than one line?

706


What is the size of a vector?

674


Explain the use of this pointer?

738


What are exceptions c++?

681






What is helper in c++?

653


What is the rule of three?

658


Write a program to add three numbers in C++ utilizing classes.

721


Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort

750


What is the main purpose of overloading operators?

678


How do we implement inheritance in c++?

687


What is meant by entry controlled loop?

739


What size is allocated to the union variable?

682


What data encapsulation is in c++?

674


How does atoi function work?

744