Question: Which of the following statements about virtual base classes is correct?

Options

A : It is used to provide multiple inheritance.

B : It is used to avoid multiple copies of base class in derived class.

C : It is used to allow multiple copies of base class in a derived class.

D : It allows private members of the base class to be inherited in the derived class.

Click to view Correct Answer

Previous || Next

Objects and Classes - General Questions more questions

Which of the following keywords is used to control access....

Which of the following can access private data members or....

Which of the following type of data member can be....

Which of the following also known as an instance of....

Constructor is executed when _____.

How many objects can be created from an abstract class?

What does the class definitions in following code represent?

Which of the following statements is correct when a class....

Which of the following statements is correct?

What does a class hierarchy depict?

Constructors and Destructors - General Questions more Online Exam Quiz

Unix - Part 1

Windows 2000 Server - Part 1

Windows NT - Part 1

Constructors and Destructors - General Questions

Functions - General Questions

OOPS Concepts - General Questions

References - General Questions

Arrays - General Questions