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.