aboutsummaryrefslogtreecommitdiff
path: root/files/nl/glossary/abstraction/index.html
diff options
context:
space:
mode:
authorFlorian Dieminger <me@fiji-flo.de>2021-02-11 18:26:35 +0100
committerGitHub <noreply@github.com>2021-02-11 18:26:35 +0100
commitab718192b92d5cc38c1114e055a435a6de7dd8ef (patch)
tree4476b04544b3bba5577de73b8eec783d4f652639 /files/nl/glossary/abstraction/index.html
parent45b9b0503988c22fbc4c7df82a35ff340cc1a211 (diff)
parent906182e62d7eb1efba5403b733aae0537dd2a09f (diff)
downloadtranslated-content-ab718192b92d5cc38c1114e055a435a6de7dd8ef.tar.gz
translated-content-ab718192b92d5cc38c1114e055a435a6de7dd8ef.tar.bz2
translated-content-ab718192b92d5cc38c1114e055a435a6de7dd8ef.zip
Merge pull request #35 from fiji-flo/unslugging-nl
Unslugging nl
Diffstat (limited to 'files/nl/glossary/abstraction/index.html')
-rw-r--r--files/nl/glossary/abstraction/index.html21
1 files changed, 21 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..718f9c5108
--- /dev/null
+++ b/files/nl/glossary/abstraction/index.html
@@ -0,0 +1,21 @@
+---
+title: Abstractie
+slug: Glossary/Abstraction
+tags:
+ - Abstractie
+ - Coderen
+ - CodingScripting
+ - 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>
+
+<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>