Question : Shadowing/Overriding in C#

I was looking for a shadowing scenario in c#.
I do have a base class-Base and a derived class-Derived

I do have method Method1 in Base class which is being called in the base class Init() method

I have the same method in Derived class as Method1.But i do not want the base method class should be called but want the derived class method to be called in the Init() event of base class.

Is it possible to achieve.
The base class method signature is public void Method1()

Answer : Shadowing/Overriding in C#

From my article (http://www.experts-exchange.com/articles/Software/Server_Software/Email_Servers/Exchange/Exchange-2003-Activesync-Connection-Problems-FAQ.html):

HTTP 401 Error:
If you are getting an HTTP 401 error when testing on https://testexchangeconnectivity.com then you are probably entering an incorrect username or password, or you may have IP Address restrictions setup on your virtual directories (see IIS Settings above under prerequisites).

Random Solutions  
 
programming4us programming4us