Substitutability is a principle in computer programming. It states that, if S is a subtype of T, then objects of type T in a computer program may be replaced with objects of type S (i.e. , objects of type S may be substituted for objects of type T), without altering any of the desirable properties of that program (correctness, task performed, etc.). This principle is often used in object-oriented computer programming, where it is called the Liskov substitution principle.

PropertyValue
dbpprop:abstract
  • Substitutability is a principle in computer programming. It states that, if S is a subtype of T, then objects of type T in a computer program may be replaced with objects of type S (i.e. , objects of type S may be substituted for objects of type T), without altering any of the desirable properties of that program (correctness, task performed, etc.). This principle is often used in object-oriented computer programming, where it is called the Liskov substitution principle.
  • La substitutiabilité est un principe de la programmation informatique. Il affirme que si S est un sous-type de T, alors on peut substituer des objets de type S à des objets de type T sans altérer les propriétés désirables de ce programme (exactitude, tâche bien exécutée...). Le principe est souvent utilisé en programmation orientée objet.
dbpprop:hasPhotoCollection
rdfs:comment
  • Substitutability is a principle in computer programming. It states that, if S is a subtype of T, then objects of type T in a computer program may be replaced with objects of type S (i.e. , objects of type S may be substituted for objects of type T), without altering any of the desirable properties of that program (correctness, task performed, etc.). This principle is often used in object-oriented computer programming, where it is called the Liskov substitution principle.
  • La substitutiabilité est un principe de la programmation informatique. Il affirme que si S est un sous-type de T, alors on peut substituer des objets de type S à des objets de type T sans altérer les propriétés désirables de ce programme (exactitude, tâche bien exécutée...). Le principe est souvent utilisé en programmation orientée objet.
rdfs:label
  • Substitutability
  • Substitutiabilité
owl:sameAs
skos:subject
foaf:page