BCA - Inheritance
Questions No: 1/4

When the features of one class may be inherited by more than one class. This process is known as ______

Questions No: 2/4

A Derived class with only one class is called ____________

Questions No: 3/4

When a base class is privately inherited by a derived class, public members of the base class become _______members of the derived class
When a base class is privately inherited by a derived class, public members of the base class become ________members of the derived class

Questions No: 4/4

What is meant by multiple inheritance?