... | @@ -673,8 +673,10 @@ class TestPlayer(unittest.TestCase): |
... | @@ -673,8 +673,10 @@ class TestPlayer(unittest.TestCase): |
|
|
|
|
|
## Shapes Example
|
|
## Shapes Example
|
|
|
|
|
|
While this example focuses on polymorphism (e.g., abstract base classes), other
|
|
While [this
|
|
topics will be discussed, e.g.,
|
|
example](https://git-community.cs.odu.edu/tkennedy/python-workshop/-/tree/master/OOP/Python-Shapes)
|
|
|
|
focuses on polymorphism (e.g., abstract base classes), other topics will be
|
|
|
|
discussed, e.g.,
|
|
|
|
|
|
- Factory Pattern
|
|
- Factory Pattern
|
|
- lambda functions
|
|
- lambda functions
|
... | | ... | |