Wednesday, March 7, 2018

Understanding Method Overriding And Virtual, Override And New Keywords In C#

Use of inheritance and polymorphism has become an integral part of our life as a programmer. Inheritance provides a lot of benefits including code reusability, separation of concerns, cleaner code, extensibility etc.

source http://www.c-sharpcorner.com/article/understanding-method-overriding-and-virtual-override-and-new-keywords-in-c-sharp/

No comments:

Post a Comment