Networking, Programming and Graphics Tutorials

Multilevel inheritance - C++ [1/1]

Type:
Multilevel inheritance - C++
Level: Intermediate Networking, Programming and Graphics Tutorials Networking, Programming and Graphics Tutorials 
Multilevel inheritance - C++
Date: 2006-Dec-08
Multilevel inheritance - C++
Visited: 2747 times
Multilevel inheritance - C++
Rating: Multilevel inheritance - C++
Multilevel inheritance - C++
Author: Alex Plumpton

Multilevel inheritance is the mechanism by which one class derives its characteristic from the base class and another class is inherited from the derived class. For instance, a class A serves as a base class for class B which in turn serves as base class for another class C. The class B. which forms the link between the classes A and C. is known as the intermediate base class. The chain is known as the inheritance path.

Multilevel inheritance - C++
Rate this tutorial:                    
Networking, Programming and Graphics Tutorials - Multilevel inheritance - C++ [1/1] - Networking, Programming and Graphics Tutorials

Need a specific tutorial? Do not hesitate and submit a request!
Related Tags: multiple inheritance and multilevel inheritance in object oriented programming systems  multiple inheritance and multilevel inheritance  multiple inheritance and multilevel inheritance  hybrid inheritance+multilevel inheritance in c++  hybrid inheritance+multilevel inheritance in c++  "multilevel inheritance"  multilevel inheritance in c++  multilevel inheritance example in c++  multilevel inheritance example c++  C++ MULTILEVEL INHERITANCE