Lecture overview -- Keyboard shortcut: 'u'  Previous page: Properties in C# -- Keyboard shortcut: 'p'  Next page: Automatic Properties -- 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    Data Access, Properties, and Methods - slide 8 : 29

Properties: Class Point with polar coordinates
A real life illustration of properties
Point.cs
Class Point with polar data representation.
Go to exercise
Point setters
As a matter of notation, it is not possible to tell the difference between direct access of an instance variable and access via a property