Lecture overview -- Keyboard shortcut: 'u'  Previous page: Division of Responsibilities -- Keyboard shortcut: 'p'  Next page: Responsibility division by pre and postconditions -- Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Help page about these notes  Alphabetic index  Course home  Page 12 : 32
Object-oriented Programming in C#
Contracts and Assertions
The highly responsible program

We illustrate and exaggerate the interaction between a BankAccount and Client

An illustration of overlapping responsibilities

/user/normark/oop-csharp-1/sources/c-sharp/bank-account/over-responsibility-illustration/bank-account.csExcerpt of highly responsible class Client of BankAccount.


/user/normark/oop-csharp-1/sources/c-sharp/bank-account/over-responsibility-illustration/bank-account.csExcerpt of highly responsible class BankAccount.