Index: > A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Business Industries Finance Tax

Home > Abstraction inversion


In computer programming, abstraction inversion occurs when a programmer creates simple constructs on top of complex constructs.

The correct way is considered to be the other way round - to create complex constructs on top of more basic constructs.

Abstraction inversion is an example of an anti-pattern.


Anti-patterns



Non User