/InheritanceCSharp

Contains the demo program pointing out the difference between overriding with the keywords "override" and "new".

Primary LanguageC#

InheritanceCSharp

Contains the demo program pointing out the difference between overriding with the keywords override and new.

The difference is explained in the Program by commenting.