Basic Class: Summary

This lesson summarizes the specifications of every basic class you will create in Java. In future you will learn to add other modifiers and members - this is just a summary of what we covered in Term 1.

General

Data Members and Fields

Accessor and Mutator Methods

Constructors

The toString() Method