Static Methods & Static Instance Variables

Objective #1: Explain the difference between instance methods and static methods in a regular class like Bug, Turtle, or String.

Objective #2: Understand that, in a client program, we often use static methods that are typed out below the main method.

Objective #3: Explain static instance variables (aka static fields).