Introduction to Object Oriented Programming, 3rd Ed
Chapter 18
Generics
Outline
- Generics
- Template Functions
- Can Even be Used with User Defined Types
- Template Classes
- Can Be Filled with Different Arguments
- Bounded Genericity
- Inheritance and Generics
- Inheritance and Arrays
Other Material