First page Back Continue Last page Graphics
Notes about program
BrassPlus adds three new private data members and three new public member functions to the Brass class.
Both Brass and BrassPlus declare the ViewAcct and Withdraw methods (but they will behave differently)
Brass class uses a new keyword virtual. This makes the methods virtual methods.
Brass class also has a virtual destructor even though it does nothing.