Showing posts with label How a base class method is hidden?. Show all posts
Showing posts with label How a base class method is hidden?. Show all posts

Monday, June 23, 2014

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.