Polymorphic Substitutability

A synonym for LiskovSubstitutionPrinciple, but with a wider application. It applies not only to objects and classes, but to all entities that may be substituted for each other.

This includes:

- Use Cases ("Buy Gas With Credit Card" <is a> "Buy Gas")
- Relationships (Composition <is a> Aggregation <is a> Association)
- Others 

-- DanRawsthorne


Programmers, for example ;-)


EditText of this page (last edited July 4, 2003) or FindPage with title or text search