Look Back: Writing Classes

Let’s look back at the Java classes that we've studied so far.

The class structure

In Java, a class must have the following parts:

  1. Instance variables
  2. Constructor(s)
  3. Method(s)

Get hands-on with 1200+ tech skills courses.