Search Results

3
votes

Java dynamic binding and method overriding

I think the key lies in the fact that the equals() method doesn't conform to standard: It takes in another Test object, not Object object and thus isn't overriding the equals() method. This means y …