C#: is there way for a class to 'remove' methods that it has inherited
- by Craig Johnston
Is there way for a class to 'remove' methods that it has inherited?
eg. If I don't want my class to have a ToString() method can I do something so that it is no longer available?