Documentation of Object-oriented Programs
- slide 10 : 13
Another documentation example in C#
Documentation of class BankAccount and its three subclasses
Documentation comments in C#
The base class BankAccount.
The class CheckAccount.
The class SavingsAccount.
The class LotteryAccount.
The singleton class Lottery - used by LotteryAccount.
Doxygen Documentation of class BankAccount and subclasses
Documentation of class Set