Combination of two or more forms of inheritance is
Single inheritance
Multiple inheritance
Multilevel inheritance
None of these
When many sub classes inherit from a single base class. It is known as
Hierarchical inheritance
The most important advantage of inheritance is
Reusability
Overloaded function
Overloading
Initialization of object
When a subclass inherits from multiple base classes, it is known as
Hybrid inheritance
Advantage of reusability is
Faster development time
Easier maintenance
Easy to extend
All these
When a subclass inherits from a class that itself inherits from another class, it is known as
Which member of a base class are not directly accessible to derived class?
Public
Protected
Private
Derive ___________ when the situation wants the derived class to have all the attributes of the base class, plus.
Publicity
Privately
Protectively
The public, private or protected specifier that controls the visibility and availability of a member in class is
Visibility mode
Access specifier
Derivation
Deriving
Which can be used, when the derived class requires to use some attributes of the base class and these inherited features are intended not to be inherited further ?
Publicly
Not deriving