How to force a derived class implement a grandparent method
{
public override abstract Equals(object o);
}
Define an abstract class which override Equals as an abstract method.
Spooky, but useful.
"A computer scientist is someone who fixes things that aren't broken." -- Tech Support Slogan
"Performance proven: It works through beta test." -- Tech Support Slogan
"If it's stupid but works, it isn't stupid." -- Army Sergant
Comments
Comment preview