Question: IN JAVA Give a complete definition of a class called Person that has two private instance variables. One for the persons name the other for

IN JAVA Give a complete definition of a class called Person that has two private instance variables. One for the persons name the other for the persons age. Include accessor methods and mutator methods for each instance variable. Also include a method that sets both the name and age of a person.

Add methods to the person class to perform the following tasks: Test whether two person objects are equal Test whether two person objects have the same name Test whether two person objects are the same age Test whether one person objects is older than another Test whether one person object is younger than another

Write a Driver (test) program that demonstrates each method with at least one true and false case for each of the method tests.

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!