How To Get Classes To Expose The Same Shared/Static Method

Posted by Jason on Stack Overflow See other posts from Stack Overflow or by Jason
Published on 2010-03-04T04:31:08Z Indexed on 2010/03/18 13:11 UTC
Read the original article Hit count: 187

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about vb.net