Non-Static Methods

Static methods do not depend on any one object in the class.

They behave the same for all objects.

 

Regular (non-static) methods are object-sensitive.

Their behavior may depend on the "state" or values held in the object itself.

 

Next Slide Previous Slide Contents