Lecture overview -- Keyboard shortcut: 'u'  Previous page: Copy constructors -- Keyboard shortcut: 'p'    Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    Classes and Objects - slide 29 : 29

Initialization of class variables
It is too late - and not natural - to initialize class variables in ordinary constructors
PlayingCard.cs
The class PlayingCard with a static constructor.
client.cs
A client of class PlayingCard.
output
Output from the PlayingCard client program.