You can also extend as well as over-ride or implement.
So you can inherit from some base class and add a property or method.
That's still polymorphism.
Note also that Interface in general OO terms has a different meaning to Interface in c#.
You can also extend as well as over-ride or implement.
So you can inherit from some base class and add a property or method.
That's still polymorphism.
Note also that Interface in general OO terms has a different meaning to Interface in c#.