LaunchCode logo
  1. Contents
  2. 4. Classes in Java, Part 1

4. Classes in Java, Part 1ΒΆ

  1. 4.1. Classes for Java
    1. 4.1.1. A Minimal Class and Object
    2. 4.1.2. The this Keyword
    3. 4.1.3. Check Your Understanding
  2. 4.2. Modifiers in Java
    1. 4.2.1. Access Modifiers
    2. 4.2.2. Check Your Understanding
  3. 4.3. Encapsulation
    1. 4.3.1. Encapsulation
    2. 4.3.2. Student Class
      1. 4.3.2.1. Fields
      2. 4.3.2.2. Getters and Setters
      3. 4.3.2.3. Properties
    3. 4.3.3. Check Your Understanding
  4. 4.4. Constructors
    1. 4.4.1. Overloading Constructors
    2. 4.4.2. Check Your Understanding
  5. 4.5. Methods
    1. 4.5.1. Calling Methods on Objects
    2. 4.5.2. Instance Methods
    3. 4.5.3. Check Your Understanding
  6. 4.6. Single Responsibility Principle
  7. 4.7. Exercises: Classes and Objects
  8. 4.8. Studio: Restaurant Menu
    1. 4.8.1. Design
    2. 4.8.2. Presenting Your Design
    3. 4.8.3. Implementation
    4. 4.8.4. Submitting Your Work
  • ← 3.8. Studio: Counting Characters
  • 4.1. Classes for Java →

Back to top

Page Source