Recap
A quick overview of what you have learned, and test it on the given notebook.
We'll cover the following...
General overview
In this chapter, we have revisited and reimplemented many methods, and this is exactly what we have covered:
-
Defining our
StepByStep
class. -
Understanding the purpose of the constructor (
__init__
) method. -
Defining the arguments of the constructor method.
-
Defining class’ attributes to store arguments, ...