= { ... }

jueves, mayo 31, 2007

Principio de Sustitución

Substitution Principle: a variable of a given type may be assigned a value of any subtype of that type, and a method with a parameter of a given type may be invoked with an argument of any subtype of that type.

newuni @ delicious