c# - Is overriding a type of polymorphism? -


after reading this article, seems me overriding type of polymorphism, @ least in c# programming.(not speaking of java general programming)

is correct?

polymorphism can achieved using 2 ways.

those :


Comments