aboutsummaryrefslogtreecommitdiff
path: root/files/de/glossary/encapsulation
diff options
context:
space:
mode:
Diffstat (limited to 'files/de/glossary/encapsulation')
-rw-r--r--files/de/glossary/encapsulation/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/de/glossary/encapsulation/index.html b/files/de/glossary/encapsulation/index.html
index 98e06ad291..25b97e2141 100644
--- a/files/de/glossary/encapsulation/index.html
+++ b/files/de/glossary/encapsulation/index.html
@@ -1,9 +1,10 @@
---
title: Datenkapselung
-slug: Glossary/Datenkapselung
+slug: Glossary/Encapsulation
tags:
- Datenkapselung
translation_of: Glossary/Encapsulation
+original_slug: Glossary/Datenkapselung
---
<p>Datenkapselung bezeichnet den Vorgang des Verbergens von Daten und {{glossary("function","functions")}} (Funktionen) in eine Komponente, wobei der Zugriff darauf beschränkt wird, es wird eine Art "Blackbox" für das {{glossary("object")}}  (Objekt) erstellt. Auf diese Weise braucht der Anwender solch einer Klasse nur das Interface zu kennen, also die Daten und Funktionen die nach außen hin sichtbar sind, und nicht die verborgene Implementierung.</p>