Exercise on Polymorphism
This exercise uses a variety of access types.
The base class BankAccount is abstract. The job of the base class is to generate a new account number each time a derived class is instantiated. The maximum single debit is $50. NextNumber is a shared propery. The Balance property in the Student class returns the balance + the student's overdraftamount.
The PrintStatement prints the account number and the balance.
The PrintSpecialComments...
6.02.2011
// //
0
comments
//