# This code is an example on how we can extend a method inherited by # a child class from the Parent class. # 1) We have defined `MyClass()` as an abstract class, # and it has three methods, ...