When to use Multiple Inheritance?

Answer Posted / divya

inheritance is a method which means objects of one class
get the properties of objects of another class. in this we
have 5 types of inheritance
multiple inheritance means deriving a class from two or
more base classes

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the two types of polymorphism?

682


In the derived class, which data member of the base class are visible?

738


What is the basic structure of a c++ program?

707


What is data type in c++?

648


What are the benefits of oop in c++?

692






State the difference between pre and post increment/decrement operations.

700


What is const in c++?

671


What is c strings syntax?

682


What are the advantages of c++ over c?

694


Do the names of parameters have to agree in the prototype, definition, and call to the function?

690


What is namespace std; and what is consists of?

781


What is an undefined behavior and sequence points

662


What return value must conversion operators have in their declaration?

700


How do I start a c++ project?

689


What are the different types of polymorphism in c++?

700