Question: Please use eclipse Part 1: The Employee Class Download Labo2 EmploveePolvmorphismizir and import it into Eclipse. As needed you can reference instructions for importing to

Please use eclipse
Please use eclipse Part 1: The Employee Class Download Labo2 EmploveePolvmorphismizir and

Part 1: The Employee Class Download Labo2 EmploveePolvmorphismizir and import it into Eclipse. As needed you can reference instructions for importing to Eclipse: Eclipse import.ndf o. For this lab, you are given a partially-implemented class called Employee. First you will create a test class and test all of the methods currently in the Employee class. Rcference: Writing Junit Tests with student TestCase Once all of your tests pass, there's one more method you will need to write for the Employee class: the equals method. Using what you have learned in the Java OOP module, implement an equals method for the Employee class, Two Employee objects will be considered equal if they have the same name and the same employee ID. Use the method signature below to get started. override public boolean equals(Object obj) I AImplementation goes here. 1 Once you have written your equals method, test it in the Employeerest class. Refer to your equals method to make sure that you have tested all possibilities

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!