Was bedeutet Liskov Substitution Principle?
Das International Software Architecture Qualification Board (ISAQB) definiert den Begriff „Liskov Substitution Principle“ wie folgt:
Unter Liskov Substitution Principle versteht man „
Refers to object oriented programming: If you use inheritance, do it right
Instances of derived types (subclasses
must be completely substitutable for their base types. If code uses a base class
these references can be replaced with any instance of a derived clas
without affecting the functionality of that code.„
Wenn Sie ähnliche Fachbegriffe wie Liskov Substitution Principle nachschlagen müssen, schauen Sie doch einfach in unserm umfangreichen Glossar nach. Oder durchsuchen Sie unser Wörterbuch: