Inheritance and polymorphism the objective of this programming
COMP 274 Week 2Inheritance and PolymorphismThe objective of this programming assignment is to experience the use of inheritance in Java and to see how polymorphism works with inheritance in Java.The assignment involves writing three classes, plus a test class. The base class is an employee class which contains a couple of attributes common to all employees and a fundamental method to calculate pay. The two […]