Lecture overview -- Keyboard shortcut: 'u'  Previous page: Hello World Program -- Keyboard shortcut: 'p'  Next page: Polygon Stuff -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'       Help page about these notes  Course home    Extra Stuff - slide 16 : 25

Privacy Leaks - Programs for exercise
date.cs
A Mutable Date class.
person.cs
A Person class that can return its private birth Date.
Client.cs
A client of the Person which modifies the returned birth Date.
output
The output of the Person client program.