RE: C# version

"Robert Martin (UncleBob)" <[email protected]> Thu, 21 Aug 2003 17:31:30 -0500
Newsgroups gmane.comp.programming.tools.fit.devel
Message-ID <AF07776DB5D1D211BC0700A0C9E9237FEDDBB4@objectmentor>

> -----Original Message-----
> From: Jim Little [mailto:[email protected]]

> Oops... wrong() is a static method.  You'll need another way 
> and nothing
> comes to mind at the moment...

Can you make a virtual method that delegates to the static version.  Then he
could override the virtual method.