How a base class method is hidden?

Hiding a base class method by declaring a method in derived class with keyword new. This will override the base class method and old method will be suppressed.

Comments

Popular posts from this blog

How do I calculate a MD5 hash from a string?

What is WSDL?