aboutsummaryrefslogtreecommitdiff
path: root/files/pl/glossary/class
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:25 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:25 +0100
commitb8170f78422f2269dfc9df7760cc1ad51c048c00 (patch)
treebbe8555451304d47a06232ea37338c1678f2f1ed /files/pl/glossary/class
parentde5c456ebded0e038adbf23db34cc290c8829180 (diff)
downloadtranslated-content-b8170f78422f2269dfc9df7760cc1ad51c048c00.tar.gz
translated-content-b8170f78422f2269dfc9df7760cc1ad51c048c00.tar.bz2
translated-content-b8170f78422f2269dfc9df7760cc1ad51c048c00.zip
unslug pl: modify
Diffstat (limited to 'files/pl/glossary/class')
-rw-r--r--files/pl/glossary/class/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/pl/glossary/class/index.html b/files/pl/glossary/class/index.html
index 8782d0d017..6f66a349a9 100644
--- a/files/pl/glossary/class/index.html
+++ b/files/pl/glossary/class/index.html
@@ -1,9 +1,10 @@
---
title: Klasa
-slug: Glossary/Klasa
+slug: Glossary/Class
tags:
- glorariusz
translation_of: Glossary/Class
+original_slug: Glossary/Klasa
---
<p>W {{glossary("OOP","programowaniu obiektowym")}} <em>klasa </em>określa cechy {{glossary("object","obiektu")}}. Klasa definiuje {{glossary("property","właściwości")}} i {{glossary("method","metody")}} obiektu, stanowi model, na podstawie którego tworzone są konkretne instancje klasy (obiekty). </p>