• Choose any entity of your choice to represent a superclass. It
must not be any of the following:
- Human, Student, Vehicle, Person, Car, Animal
• Create a class for your entity with the following: - 3
instance variables - 3 instance methods - 2 of the instance methods
must show overloading - A default constructor - A parameterized
constructor that initializes all instance variables - Getters and
setters for the instance variables - Method to print all the...