Lecture overview -- Keyboard shortcut: 'u'  Previous page: Accessing Data in Objects [Section] -- Keyboard shortcut: 'p'  Next page: Overview of data access in C# -- 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 2 : 29

Indirect data access

Data encapsulated in a class is not accessed directly from other classes

Rather, data is accessed indirectly via operations