Classes
Constructor
Getter and setter
Private fields and methods
Static fields and methods
Subclass
Exercises
- Create a class with a constructor. create a few objects with the class.
- What do getters and setters do?
- What are the benefits of private fields and methods?
- What are static fields and methods?
- What are the benefits of using classes and subclasses?