Question: JAVA Create a Person class with name and phone number as attributes. Override the toString() method for person class. This should print out the details
JAVA
Create a Person class with name and phone number as attributes. Override the toString() method for person class. This should print out the details of the object.
Override the equals() method for Person class.
a. Two person objects are considered equal if they have the same name and phone number.
b. Ensure that the equals method checks for an object being compared to itself and also being compared to null.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
