Class vs. instance methods
instance methods
methods that depend on instance state
perform actions "on or for" object
static methods
methods that do NOT depend on instance state
performs actions common to the entire class
declared with keyword static
Previous slide
Next slide
Back to first slide
View graphic version