Thursday, 19 April 2018

Liskov substitution principle


Liskov substitution principle

Let q(x) be a property provable about objects of x of type T. Then q(y) should be provable for objects y of type S where Sis a subtype of T.

No comments:

Post a Comment