The Constructor

PHOTO EMBED

Mon Dec 14 2020 00:03:08 GMT+0000 (Coordinated Universal Time)

Saved by @chasrmartin

      public Employee(String name, String address, int idNumber, double payRate){
          this.name = name;
          this.address = address;
          this.idNumber = idNumber;
          this.payRate = payRate;
      }
content_copyCOPY