Types of Inheritance
Types of Inheritance :-
Single Inheritance :- Derivation of a class from only base class is called single inheritance.
![]() |
Fig - Single Inheritance |
Multilevel Inheritance :- Derivation of a class from another derived class is called multilevel inheritance.
![]() |
Fig - Multilevel Inheritance |
Multiple Inheritance :- Derivation of a class from several base classes is called multiple inheritance.
![]() |
Fig - Multiple Inheritance |
Hierarchical Inheritance :- Derivation of a several classes from a single base class is called hierarchical inheritance.
![]() |
Fig - Hierarchical Inheritance |
Hybrid Inheritance :- Derivation of a class involving more then one from of inheritance is called hybrid inheritance.
![]() |
Fig - Hybrid Inheritance |
Multipath Inheritance :- Derivation of class from other derived classes ,which are derived from same base class is called multipath inheritance.
![]() |
Fig - Multipath Inheritance |
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment