Jump to content

Interchangeability (computer science)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Spangineer (talk | contribs) at 01:49, 24 October 2005 (move from interchangeability). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In computer science, interchangeability is an ability that an object can be replaced by another object without affecting code using the object. That chance usually requires two objects share an interface that is either same strictly or compatible in particular case. See encapsulation article for detail.