Constraints defined on inherited classes exhibit some very strange behavior - in that only constraints defined by the super class are honored - and any further constraints defined by the child class are ignored.
Even if the super class does not define any constraints, any constraints defined on the child class are ignored.
Constraints defined on inherited classes exhibit some very strange behavior - in that only constraints defined by the super class are honored - and any further constraints defined by the child class are ignored.
Even if the super class does not define any constraints, any constraints defined on the child class are ignored.