Unit 4 Lesson 2 - Static Variables and Methods
Lesson summary and assignments
Answers
Vocabulary
- instance method
- a method that requires an object of the class to be created before it can be called
- static method
- a method that can be called without creating an object of the class
- static variable
- a variable that is shared by all instances of a class