Hi all, I have a situation where I want to add a method to a base class and make sure that no derived class can override it. Easier said than done! The problem is that we have a few hundred classes that have already overrided the method and I want to turn them all off with out editing hundreds of source files. Is there a way to do this?
thanks!
Jim
