Introduction to Object Oriented Programming, 3rd Ed

Timothy A. Budd

Chapter 18

Generics

Outline

  1. Generics
  2. Template Functions
    1. Can Even be Used with User Defined Types
  3. Template Classes
    1. Can Be Filled with Different Arguments
  4. Bounded Genericity
  5. Inheritance and Generics
  6. Inheritance and Arrays

Other Material

Intro OOP, Chapter 18, Outline