Next:
2.1 Example: super class
Up:
Module 0059: Basic Inheritance
Previous:
1 About this module
2
Inheritance
Inheritance is a very important aspect of C++ programming. With inheritance, it is possible to organize classes so that there is no need to duplicate definitions.
Subsections
2
.
1
Example: super class
2
.
2
Example: sub class 1
Copyright © 2006-10-05 by Tak Auyeung