Demonstrate the use of inheritance.
Write the simplest example you can of two classes that use inheritance.
Specifically, one is a subclass of the other.
You should provide and label overriding, overloading, and you should use super in a constructor.