Java Best practices
Sunday, 17 April 2011
Covariance, contravariance and invariance
In programming language conversion from narrower to broader type is of these types:
covariant
: converting from wider (double) to narrower (float).
contravariant
: converting from narrower (float) to wider (double).
invariant
: Not able to convert.
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment