Covariance vs. contravariance with respect to class inheritance

后端 未结 4 2221
猫巷女王i
猫巷女王i 2021-02-09 14:00

What is the meaning of the concepts \'covariance\' and \'contravariance\'?

Given 2 classes, Animal and Elephant (which inherits from

4条回答
  •  南旧
    南旧 (楼主)
    2021-02-09 14:20

    Have a look at this overview of covariance and contravariance in C# 4.0 and see if that helps:

    http://blogs.msdn.com/charlie/archive/2008/10/27/linq-farm-covariance-and-contravariance-in-visual-studio-2010.aspx

提交回复
热议问题