Lab 3: Class Details
In this lab you will:
-
Review the basics of classes
-
Learn how to create a Constructor of a class
-
Make appropriate use of the
public
,
private
, and this
keywords
-
Learn how and when to create accessors and mutators
-
Be introduced to and override the
toString
method