Objects, Classes, and Methods

Each object belongs to a class.
For example,
System.out belongs to the class PrintStream

Class -  blueprint, the type of an object.

Object - house, a value that you can manipulate by calling one or more of its methods.

Method - consists of a sequence of instructions that can access the internal data of an object.