Aim To write a program for demonstrating inheritance and method overriding. Theory Inheritance Inheritance is defined as: Deriving properties and behavior of one class to another class. The class from which things are derived is known as super class and the class in to which things are derived to is known as sub class. […]