Links
Archives
What you see here may not make sense to you.
Thursday, July 17, 2003
http://www.math-cs.gordon.edu/local/courses/cs211/lectures/Intro.pdf
High level Design
Identify the concepts that need to be part of the system
Assign responsiblity to each concept
Identify the relationships between various concepts
Class Relationships
Aggregation (has) - Containment of objects by other objects
Assocation (uses) - user of an object by another
Inheritance (is), also called as specialization - objects share properties
Composition
Tuesday, July 01, 2003
Should learn STL ASAP