aboutsummaryrefslogtreecommitdiff
path: root/files/nl/glossary/abstraction
diff options
context:
space:
mode:
Diffstat (limited to 'files/nl/glossary/abstraction')
-rw-r--r--files/nl/glossary/abstraction/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/nl/glossary/abstraction/index.html b/files/nl/glossary/abstraction/index.html
index e89972a444..718f9c5108 100644
--- a/files/nl/glossary/abstraction/index.html
+++ b/files/nl/glossary/abstraction/index.html
@@ -1,6 +1,6 @@
---
title: Abstractie
-slug: Glossary/Abstractie
+slug: Glossary/Abstraction
tags:
- Abstractie
- Coderen
@@ -8,6 +8,7 @@ tags:
- Programmeertaal
- woordenlijst
translation_of: Glossary/Abstraction
+original_slug: Glossary/Abstractie
---
<p>Abstractie in {{Glossary("computerprogrammeren")}} is een manier om complixiteit te verminderen en efficiënt design en efficiënte implementatie mogelijk te maken. Het verstopt de technische complexiteit van systemen achter simpelere {{Glossary("API", "API's")}}.</p>