hide parent method in c#
To hide a parent method in C#, you use the new keyword in the child class. This is called method hiding or shadowing.
hide parent method in c#
To hide a parent method in C#, you use the new keyword in the child class. This is called method hiding or shadowing.