Question: When writing an equals method for a class, which of the following is something we DO NOT need to consider or test for? if the
When writing an equals method for a class, which of the following is something we DO NOT need to consider or test for?
if the parameter object is not of the same class type as the current object
if the parameter object and the current object are actually the same object
if the parameter object is a descendant of the current object
if the parameter object is null
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
