Lecture overview -- Keyboard shortcut: 'u'  Previous page: Musical Element Composite -- Keyboard shortcut: 'p'  Next page: For exercise purposes in lecture about classes -- Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  slide -- Keyboard shortcut: 't'  Help page about these notes       Course home  Page 22 : 25
Object-oriented Programming in C#
Extra Stuff
For exercise purposes

/user/normark/oop-csharp-1/sources/c-sharp/bank-account/bank-account-properties/funny-bank-account.csA BankAccount class with a funny Balance property.


/user/normark/oop-csharp-1/sources/c-sharp/bank-account/bank-account-properties/funny-app.csA client of the funny BankAccount.