Intro to Python Programming
Override allows a subclass to provide a specific implementation of a method that is already defined in its superclass. This is used to alter or extend the behavior of inherited methods.
congrats on reading the definition of override. now let's actually learn it.