Classes and Objects: Static/Class Methods
- Methods that do class specific things -- the same thing to each instance.
- Cannot access non-static members
- Example
- Generate the next serial number
- Count the number of instances created
Notes:
No notes for slide 20