adplus-dvertising
frame-decoration

Question

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

a.

Derived class object

b.

Parent class objects

c.

Use Abstract derived class

d.

Derive a class from derived class

Answer: (a).Derived class object

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

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 ?

Similar Questions

Discover Related MCQs

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?

Q. How many classes can be derived from the base class using hierarchical inheritance?

Q. If one class have derived the base class privately then another class can’t derive the base class publically.

Q. Which among the following is true ?

Q. Hierarchical inheritance can be a subset of _________________

Q. Which type of inheritance is most suitable for inheriting Same syllabus into different colleges with different streams?

Q. Which class constructor is called first when an object of derived class is created?

Q. All the derived classes can access only few members of base class that other derived classes can’t access at same time, in hierarchical inheritance.

Q. Which among the following best defines the hybrid inheritance?

Q. How many types of inheritance should be used for hybrid ?