C# : Is Variance (Covariance / Contravariance) another word for Polymorphism ?
Posted
by Andreas Grech
on Stack Overflow
See other posts from Stack Overflow
or by Andreas Grech
Published on 2009-07-03T08:46:15Z
Indexed on
2010/05/12
7:14 UTC
Read the original article
Hit count: 239
I am trying to figure out the exact meaning of the words Covariance
and Contravariance
from several articles online and questions on StackOverflow, and from what I can understand, it's only another word for polymorphism.
Am I correct with the above statement? Or have I got it wrong ?
© Stack Overflow or respective owner