Course Content
Mastering OOP in Python: A Hands-On Guide
Mastering OOP in Python: A Hands-On Guide
Calling Methods
To call a method on an object, you use the dot notation and pass any required arguments.
TaskCompleted
- Try and experiment round with the
dog1
object!
Everything was clear?
Section 1. Chapter 6