Hi,
1. why do we need to substitute different values and do workout since for this class class is particularly specified by the programmer with the values
Info i1 = new Info("aaa", "aaa", "aaa");
Info i2 = new Info("aaa", "bbb", "ccc");
why don't we just substitute the above i1 and i2 values only for equlas() and hashcode() findings and come to the conclusion that "Thia is an valid implementation of hashCode() method with respect to the given equals() method. ?
2. why c option is not correct.Please Help.