December 1998
Intermediate to advanced
624 pages
13h 8m
English
![]()
This chapter discusses derived classes and inheritance at the programming language level. Part II discusses the same information on a design level and should be read before this chapter. This chapter dwells only on public, single, nonvirtual inheritance, which is the most prevalent form. Chapter 38 discusses some of the other types of inheritance.
![]()
Here is a typical C++ inheritance declaration.
This relationship can be described ...
Read now
Unlock full access