 |
Understanding virtual, override and new keyword in C#
As you know Polymorphism is the concepts of OOPS which includes method overriding and method overloading. Virtual and Override keyword are used for method overriding and new keyword is used for method hiding. Let's have look on these keywords in C# and ..
www.dotnet-tricks.com |
 |