CS-240
Lab 7

Purpose:A practical introduction to the concepts of templates and inheritence.

Reading:Chapters 8, 9 and 14.

Motivation:The ability to create generic data structures through the use of templates puts a very powerful and useful tool in the hands of the programmer. By combining this with the ability to inherit data and methods from one class to another we can learn how to not only make generic data structures but see how we can save ourselves coding time and effort.

Assignment: