A Personal reminder and brief extension on how to utilize def (function) will be added here.
Let's get familiarized with def (function) as delicious as 🍎.
- Class and Object in Object Oriented Programming
 - Init Method; an automatic function when the class runs
 - Inheritance class; of a child from the parent class
 - Override parent function; Each child class can replace certain attributes from its parent
 - Access parent method; a child object can access parent method using super()