Skip to content

Writing a class: fields, constructor, methods

Handout

Make your own type

  • So far you used classes like String and Math that Java gave you.
  • Now you will write your own class. A class is a plan for an object.
  • An object holds data (its own values) and methods (things it can do).

A Dog class is a blueprint; two new Dog objects are built from it

Handout

Log in or create account

IGCSE & A-Level