OOP Continued# Motivation Inheritance Inheritance Generalisation Terminology Syntax Rules to Know Inheritance Example Parent Class Child Class Creating and Using Instances Super super() Using super() in the Constructor Hierarchical Inheritance Multilevel Inheritance Multiple Inheritance Method Resolution Order super() Mixins Multiple Inheritance Example Base and Savings Accounts Rewards Account Premium Savings Account Checking Instances Polymorphism and Duck Typing Subtyping Polymorphism Dynamic Polymorphism and Duck Typing