Introduction to Object
Objectives¶
- Explain how a class is used to create an object.
- Use an object's fields and methods.
- Use reference variables to control an object.
- Explain the difference between static and instance fields.
Topics¶
- Classes
- Creating Objects
- Reference Variables
- State and Behavior
- Field Initialization
- The
staticKeyword * - Some Objects You've Already Met
- Labs