When many sub classes inherit from a single base class. It is known as
Hierarchical inheritance
Multiple inheritance
Multilevel inheritance
None of these
Which is not an OOP characteristic?
Inheritance
Polymorphism
Abstraction
Nesting of class
Advantage of reusability is
Faster development time
Easier maintenance
Easy to extend
All these
Which of the following statement is not true about inheritance?
Data hiding
Over riding
Doesn't help in resuability of code
Program development time is reduced
Which of the following OOPs concept have the capability to inherit properties of another class?
Composition
Which of the following is not type of inheritance?
Single inheritance
Distributive inheritance
The public, private or protected specifier that controls the visibility and availability of a member in class is
Visibility mode
Access specifier
Derivation
Deriving
The transitive nature of inheritance is reflected by in ________ form of inheritance.
Hybrid
Hierarchical
Multiple
Multilevel
Which of the following is correct when a class is inherited publically?
Public members of the base class become protected members of derived class.
Public members of the base class become private members of derived class
Private members of the base class become protrctrd members of derived class.
Public members of the base class become public members of derived class
When a subclass inherits from multiple base classes, it is known as
Hybrid inheritance