Lecture overview -- Keyboard shortcut: 'u'  Previous page: Tool support: Other possibilities -- Keyboard shortcut: 'p'  Next page: Conclusion - Documentation of C# Programs -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    Documentation of Object-oriented Programs - slide 10 : 13

Another documentation example in C#
Documentation of class BankAccount and its three subclasses
bank-account.cs
The base class BankAccount.
check-account.cs
The class CheckAccount.
savings-account.cs
The class SavingsAccount.
lottery-account.cs
The class LotteryAccount.
lottery.cs
The singleton class Lottery - used by LotteryAccount.
Go to exercise
Documentation of class Set