UMBC CMSC 202, Computer Science II, Spring 1999,
  Sections 0101, 0102, 0103, 0104 
 3. Overview of C++ (cont'd) 
 February 4, 1999 
[Previous Lecture]
[Next Lecture]
- Background for the Vector class
	
	- Definition of vector difference
	
 - Definition of inner product
	
 
 - More details of the Vector class
	
	- Inline functions
	
 - Use of class name as a type
	
 - Object as "host" object vs. parameter
	
 - Operator overloading
	
 
 - Test program for the Vector class (Rect.C)
	
	- Non-member function with object type parameters
	
 - Array of objects
	
 
 
[Previous Lecture]
[Next Lecture]