Lesson 16 – OOP, Access Modifiers, Instantiation

This lesson looks at adding access modifiers, such as “public” and “private,” to fields and methods within a class. We do this to determine whether other classes can “see” these class members, and be able to access them, when we create actual object instances.

Members Only Content (Source Code, Quiz, Q&A)

This content is for Extended Support Package members only.
Log In Register