1.3.A Creating Classes
Class Data and Behaviors: Identify an objects data and behaviors and create classes.
Class Anatomy: Learn how to use data encapsulation with the keywords public and private.
Constructors: Learn how to write constructors for your classes.
Writing Methods: Learn how to write methods for a class to represent a behavior.
enum Constructors and Methods: Add constructors and methods to enum classes.