aboutsummaryrefslogtreecommitdiff
path: root/files/nl/glossary/abstraction/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/nl/glossary/abstraction/index.html')
-rw-r--r--files/nl/glossary/abstraction/index.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/files/nl/glossary/abstraction/index.html b/files/nl/glossary/abstraction/index.html
new file mode 100644
index 0000000000..e89972a444
--- /dev/null
+++ b/files/nl/glossary/abstraction/index.html
@@ -0,0 +1,20 @@
+---
+title: Abstractie
+slug: Glossary/Abstractie
+tags:
+ - Abstractie
+ - Coderen
+ - CodingScripting
+ - Programmeertaal
+ - woordenlijst
+translation_of: Glossary/Abstraction
+---
+<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>
+
+<h2 id="Meer_informatie"><strong>Meer informatie</strong></h2>
+
+<h3 id="Algemene_kennis"><strong>Algemene kennis</strong></h3>
+
+<ul>
+ <li>{{interwiki("wikipedia", "Abstractie")}} op Wikipedia</li>
+</ul>