use eclipse and step by step explanation
1. Hand wite code the 3 classes below. Write the instance variables, accessors, mutators and a toString method for each class. Use Inheritance. Worker : Has a name field and a worker number field (whole number) Production Worker Extends Worker. It has a shift number field (1 or 2) and an hourly pay rate field (dollars and cents) – Shift supervisor:Extends Worker. It has a Yearly Bonus fieldOR
OR