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
//
So this is my first post of this blog. What my plans are with this blog is to post examples of programming code that I have done along the way. I am currently going through college learning all kinds of nifty thing to do with coding and I thought I could share it.
Currently my coding skills are somewhat limited to Visual Basic, T-SQL, JavaScript, and HTML. Over time I would like to be able to place here all the useful code compiled into a giant compilation of everything...
5.25.2011
// //
0
comments
//