adplus-dvertising
frame-decoration

Question

Multiple inheritance is ____________________

a.

When a class is derived from another class

b.

When a class is derived from two or more classes

c.

When a class is derived from other two derived classes

d.

When a class is derived from exactly one class

Answer: (b).When a class is derived from two or more classes

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Multiple inheritance is ____________________

Similar Questions

Discover Related MCQs

Q. Which problem arises due to multiple inheritance, if hierarchical inheritance is used previously for its base classes?

Q. How many classes should a program contain to implement the multiple inheritance?

Q. Which programming language restricts the use of multiple inheritance?

Q. Is it possible to have all the abstract classes as base classes of a derived class from those?

Q. If class A inherits class B and class C as “class A: public class B, public class C {// class body ;}; ”, which class constructor will be called first?

Q. Why does diamond problem arise due to multiple inheritance?

Q. How many base classes can a derived class have which is implementing multiple inheritance?

Q. How to overcome diamond problem ?

Q. When multiple inheritance is used, which class object should be used in order to access all the available members of parent and derived class ?

Q. If all the members of all the base classes are private then,

Q. Is it compulsory to have constructor for all the classes involved in multiple inheritance?

Q. If a class contains 2 nested class and is being inherited by another class, will there be any multiple inheritance?

Q. Which members can’t be accessed in derived class in multiple inheritance ?

Q. Can the derived class be made abstract if multiple inheritance is used ?

Q. Which among the following is best to define hierarchical inheritance?

Q. Do members of base class gets divided among all of its child classes ?

Q. Each class can inherit the base class ________________

Q. How many classes must be there to implement hierarchical inheritance ?

Q. Base class _______________

Q. Which access specifiers should be used so that all the derived classes restrict further inheritance of base class members?