What is hybrid inheritance?
Combination of hierarchical and multiple inheritance
Combination of hierarchical inheritance
Combination of multiple and multilevel inheritance
Combination of single and hierarchical
New class or classes can be derived from an existing class. This class is called
Subclass
Derived class
Base class
Child class
The most important advantage of inheritance is
Reusability
Overloaded function
Overloading
Initialization of object
Which is the capability of one class to inherit properties from another class ?
Inheritance
Constructor
Destructor
Derive ___________ when the situation wants the derived class to have all the attributes of the base class, plus.
Publicity
Privately
Protectively
None of these
Which of the following OOPs concept have the capability to inherit properties of another class?
Polymorphism
Abstraction
Composition
Derive __________ when the features are required to be hidden from the outside world and at the same time required to be inheritable.
Publicly
Protected
Abstract
The transitive nature of inheritance is reflected by in ________ form of inheritance.
Hybrid
Hierarchical
Multiple
Multilevel
Which is not an OOP characteristic?
Nesting of class
When many sub classes inherit from a single base class. It is known as
Hierarchical inheritance
Multiple inheritance
Multilevel inheritance