aboutsummaryrefslogtreecommitdiff
path: root/files/nl/glossary/abstraction
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:48:47 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:48:47 +0100
commit004b3c5fc8d71b68fcb019c9e0346bf80024dbbd (patch)
treeda24dacd9c5017e318f84563381671b5bdfb3e47 /files/nl/glossary/abstraction
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-004b3c5fc8d71b68fcb019c9e0346bf80024dbbd.tar.gz
translated-content-004b3c5fc8d71b68fcb019c9e0346bf80024dbbd.tar.bz2
translated-content-004b3c5fc8d71b68fcb019c9e0346bf80024dbbd.zip
unslug nl: move
Diffstat (limited to 'files/nl/glossary/abstraction')
-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>