You are on page 1of 1

Instance variable = private int Name; It stores data that are required for executing its methods.

they are on the top. constructor = public Name(parameter, parameter){} series of instructions to build objects its name is always the same as the class name

a local variable: double theArea = 0; is a variable that s declared in the body of a method

this. reference denotes the implicit paramete

You might also like