PPT Slide
Instance vs. Class Variables:
Use instance variables whenever each object should have its own variable.
E.g.,
attributes of the particular object.
Use a class variable whenever the class itself should maintain a single copy of datum pertaining to all instances of
population counts.
summary data.
assigning serial numbers.
shared resources.