Lecture 40
Example showing class and subclass
Point.h
Point.cpp
ColorPoint.h
ColorPoint.cpp
Example showing implementation of graph as adjacency list. Shows best implementation of classes using pointers to support subtyping.
graph.h
graph.cpp