Вы находитесь на странице: 1из 4

Java Test

1) Java Program
Requirements
Employee information you must track is as
follows:

Name

Gender

Job Title

Organization they work for

Birthday

You will need to develop a system that can track


employee information for Organizations
As for the Organization that the Employee works for, you must
also track this information:

Organization Name
Number of Employees

The system must be able to properly compare any two


employees against each other to determine if they are
the same Person. This means that if you compared two
People with the same Name, Gender, Birthday and
Organization, the system should think that they are equals
to one another. If any of these properties are different, then
the two People are not the same Person.

Program 2

Program 3:

Assignment 4:
Java Runtime Polymorphism (Dynamic Method
Dispatch)

Вам также может понравиться