oct 27
More object oriented features
- "class variables" as opposed to "instance variables"
- various special methods, i.e. __str__
Here's an example both:
inheritance
"object inheritance" lets you build particular classes from more general ones.
Here's a trivial example with Student and Faculty classes which inherit from Person.
What classes behave similarly in Zelle's graphics package?