Static variable Instance Variable
>These are the > These are the
variables that are variables that are
declared once for declared within
the entire class. the class.
>There is only a > There are as many
only a single copy copies of these
of these variables variables as
available to all objects. many objects
are present in the
class.
randomguywithnoname
|