Lecture overview -- Keyboard shortcut: 'u'  Previous page: Class invariants in the triangle class hierarchy -- Keyboard shortcut: 'p'  Next page: Design by Contract [Section] -- 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 26 : 32
Object-oriented Programming in C#
Contracts and Assertions
Assertions in Abstract classes

It is - in particular - useful to supply assertions in abstract classes

/user/normark/oop-csharp-1/sources/c-sharp/stack/abstract-stack/with-exceptions/with-assertions/stack.csAn abstract class with preconditions and postconditions.