Skip to content

Week 08: Immutable and Nested Class

  • Immutability

    After this unit, students should

    • be able to create an immutable class.
    • understand the usefulness of making classes immutable.
  • Nested Class

    After this unit, students should

    • understand the need for nested class.
    • understand the behavior of the different kinds of nested class.
    • be able to write nested classes.