aboutsummaryrefslogtreecommitdiff
path: root/files/de/glossary/class/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/de/glossary/class/index.html')
-rw-r--r--files/de/glossary/class/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/de/glossary/class/index.html b/files/de/glossary/class/index.html
index 0148e61387..c6179ec792 100644
--- a/files/de/glossary/class/index.html
+++ b/files/de/glossary/class/index.html
@@ -1,10 +1,11 @@
---
title: Klasse
-slug: Glossary/Klasse
+slug: Glossary/Class
tags:
- CodingScripting
- Glossary
translation_of: Glossary/Class
+original_slug: Glossary/Klasse
---
<p>In der {{glossary("OOP","objektorientierten Programmierung")}} definiert eine <em>Klasse</em> die Charakteristiken eines {{glossary("object","Objekts")}}. Eine Klasse ist eine Entwurfsdefinition der {{glossary("property","Eigenschaften")}} und {{glossary("method","Methoden")}} eines Objekts, der "Plan", von dem andere spezifischere Instanzen des Objekts abgeleitet werden.</p>