CMPT 212
Fall 1997
|
void display(char *) = 0;it should be
void display(char *);Note that the display function in Person is still a pure virtual function.
This page is maintained by simpson@cs.sfu.ca. | Last updated on 19 Nov 1997. |