Share Dot Net Experience
Method Hiding in C#
Method Hiding
We can predefined the method of parent class in child class by implementing the concept of method hiding. In method hiding the base(parent) class method is predefined in child class by specify new keyword.
‹
›
Home
View web version