M
Microsoft
Is there a way of implementing something like the Template Method design
pattern, but only dealing with static methods ?
First, I realized that I can't have abstract static methods in the base
class to be implemented in the derived classes.
Second, I have tried to hide those methods of the base class, with the 'new'
modifier, bub it doesn´t work.
I would appreciate your help ver much.
Thank you
Juan M. Cervera
pattern, but only dealing with static methods ?
First, I realized that I can't have abstract static methods in the base
class to be implemented in the derived classes.
Second, I have tried to hide those methods of the base class, with the 'new'
modifier, bub it doesn´t work.
I would appreciate your help ver much.
Thank you
Juan M. Cervera