In C# there is support for Covariance in arrays from C# version 1.0 itself. With C# 2.0 release the support for covariance and contravariance in C# has extended to delegates also. Covariance And Contravariance In C# Delegates offer benefits such as passing methods as parameters to other methods, Single delegate for multiple functions, and callback […]