Class
is an instance of a class which has physical existence.
Object
Objects have :
States and Behaviors
A class can contain any of the following variable types :
Variables defined inside methods, constructors or blocks
Local Variable
variables within a class but outside any method.
Instance Variable
variables declared
within a class, outside any method, with the static
keyword.
Class Variable
There are three steps when creating an object from a
class: