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, andthiskeywords - Learn how and when to create accessors and mutators
-
Be introduced to and override the
toStringmethod