LaunchCode logo
  1. Contents
  2. 5. Classes and Objects, Part 2

5. Classes and Objects, Part 2ΒΆ

  1. 5.1. Customizing Fields
    1. 5.1.1. Final Fields
    2. 5.1.2. Static Fields
    3. 5.1.3. Constants
    4. 5.1.4. References
    5. 5.1.5. Check Your Understanding
  2. 5.2. Instance and Static Methods
    1. 5.2.1. Quick Method Review
    2. 5.2.2. Instance Methods
    3. 5.2.3. Static Methods
    4. 5.2.4. Accessing Static vs. Instance Fields
    5. 5.2.5. References
    6. 5.2.6. Check Your Understanding
  3. 5.3. Special Methods
    1. 5.3.1. toString
    2. 5.3.2. equals
      1. 5.3.2.1. Coding a New equals Method
      2. 5.3.2.2. Components of equals
      3. 5.3.2.3. Characteristics of equals
      4. 5.3.2.4. Take Away
    3. 5.3.3. References
    4. 5.3.4. Check Your Understanding
  4. 5.4. IntelliJ Generator Shortcut
    1. 5.4.1. Try It!
  5. 5.5. Exercises: Objects and Classes, Part 2
    1. 5.5.1. The getGradeLevel Method
    2. 5.5.2. The addGrade Method
      1. 5.5.2.1. GPA Information
      2. 5.5.2.2. Determine the New GPA
    3. 5.5.3. toString and equals
  6. 5.6. Studio: Restaurant Menu Continued
    1. 5.6.1. Design
    2. 5.6.2. Share Your Design
    3. 5.6.3. Implementation
    4. 5.6.4. Bonus Mission
    5. 5.6.5. Submitting Your Work
  • ← 4.8. Studio: Restaurant Menu
  • 5.1. Customizing Fields →

Back to top

Page Source