Jump to content

Interchangeability (computer science)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Addbot (talk | contribs) at 00:26, 19 February 2009 (Bot: Adding Orphan Tag (Questions) (Report Errors)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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.