PPT Slide
A distinction that applies to both variables and methods
An instance <variable or method> is one that belongs to each object of a class.
A class <variable or method> is one that belongs only to the class itself.
- indicates a class variable or
- absence of the keyword static
indicates an instance variable or
Instance vs. Class Declarations