Constructors

Objective #1: Use a default constructor.

Objective #2: Use constructors with parameters.

Objective #3: Call constructors from a client program.

Objective #4: Use the keyword this when appropriate.