Why is the method signature for the equals method in a Hokie class:
boolean equals(Object obj)
and not:
boolean equals(Hokie obj)
There are no hints for this question