Chapter Summary (cont.)
- The dynamic type of a polymorphic variable can be tested using a dynamic
cast, or the typeid operator.
- A class that inherits from two or more base classes is said to use
multiple inheritance.
- A software framework (or toolkit) is a collection of classes and/or
functions that capture the common features of a task. Methods are overridden
to specialize behavior.
prev
|top