Recent content by hamtaro

  1. H

    HELP!!

    *** Define an abstract class named Employee which has the following data members: · integer employee id · string name · double salary · double deduction and methods: · 2 constructors (one with no parameter and the other accepts 2 parameters – employee id and name) · Setter/getter methods...
Back
Top