Lecture overview -- Keyboard shortcut: 'u'  Previous page: Methods in the class <b><kbd>Object</kbd></b> in C# -- Keyboard shortcut: 'p'  Next page: Constructors and initialization order -- 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    Specialization, Extension, and Inheritance - slide 24 : 40

Inheritance and Constructors

Constructors are not inherited

bank-account.cs
Constructors in class BankAccount.
check-account.cs
Constructors in class CheckAccount.
savings-account.cs
Constructors in class SavingsAccount.
lottery-account.cs
Constructors in class LotteryAccount.