Chapter Summary (cont.)


  1. The dynamic type of a polymorphic variable can be tested using a dynamic cast, or the typeid operator.
  2. A class that inherits from two or more base classes is said to use multiple inheritance.
  3. 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