How To Get Classes To Expose The Same Shared/Static Method
- by Jason
I have a base class with several derived classes. I want all of my derived classes to have the same Public Shared (static) method with their own implementation. How do I do this? Is it even possible?