Day 9 -- Outline

Day 9 -- Outline


I. Pure Virtual Methods and Abstract Classes
    1. Is an Event Abstract?
	2. pure virtual place

II. Templates
	1. Generics -- often used with container like classes
		a. Stack_of
		b. List_of
	2. Syntax
		a. template
			1. use of T
			2. class X -> X
			3. Example X
			4. appearance in .C file
		b. template
	3. Implementation
		a. In CC
		b. In g++
		c. In Borland
	4. Required operations for T
	5. Errors not deteced until at bind time.


CS Dept Home Page  BYU Home Page  OSM Home Page
Last updated 30 Apr 1996