Inheritance « Class « C++






1.Public inheritancePublic inheritance
2.Three level public inherianceThree level public inheriance
3.Make field public during private inheritance
4.Demonstrate inheriting a protected base class.Demonstrate inheriting a protected base class.
5.A simple example of inheritance.A simple example of inheritance.
6.Share member variables between sub classShare member variables between sub class
7.Virtual functions retain virtual nature when inherited.Virtual functions retain virtual nature when inherited.
8.Inherit base as privateInherit base as private
9.call contructor from parent class








10.Cascade constructor and destructor call
11.Call parent constructor and pass in parameter
12.Access control under inheritance