Andrew <asha@onezero.o rg> wrote:[color=blue]
> Why was the GetHashCode operation given the lofty status
> of being carried out by a member of the Object class?[/color]
Well yes, it does do that. That is not really what I was
asking, though. Let me try to clarify. There are lots of
operations X such that it might be nice to perform X on
any object. But only a few of them actually make it into
the Object class. Why did GetHashCode make it?
Comment