User loginNavigation |
(newbie question) Covariance and contravarianceFirstly I don't have any theoretical background in Category Theory. My goal is just trying to understand the following:- On wikipedia, A covariant type operator in a type system preserves the ordering ≤ of types. A contravariant operator reverses ≤. If neither of these apply, the operator is invariant. These terms come from category theory. What is type operator referring to in the context say Java ? The array type is usually covariant on the base type. Would I be right to say that the type operator is the assignment operator ? String[] a = new String[1]; Object[] b = a; Thanks. By chihiro at 2008-01-07 03:16 | LtU Forum | previous forum topic | next forum topic | other blogs | 5404 reads
|
Browse archivesActive forum topics |
Recent comments
5 hours 13 min ago
5 hours 38 min ago
11 hours 22 min ago
16 hours 16 min ago
1 day 6 hours ago
1 day 12 hours ago
1 day 12 hours ago
1 day 14 hours ago
1 day 15 hours ago
1 day 16 hours ago