Abstraction inversion

id: abstraction-inversion-239-3237619
title: Abstraction inversion
text: In computer programming, abstraction inversion is an anti-pattern arising when users of a construct need functions implemented within it but not exposed by its interface. The result is that the users re-implement the required functions in terms of the interface, which in its turn uses the internal implementation of the same functions. This may result in implementing lower-level features in terms of higher-level ones, thus the term 'abstraction inversion'. Possible ill-effects are: The user of su
brand slug: wiki
category slug: encyclopedia
description:
original url: https://en.wikipedia.org/wiki/Abstraction_inversion
date created:
date modified: 2023-01-24T10:56:14Z
main entity: {"identifier":"Q678806","url":"https://www.wikidata.org/entity/Q678806"}
image:
fields total: 13
integrity: 13

Related Entries

Explore Next Part