diff options
Diffstat (limited to 'files/pl/glossary/class/index.html')
-rw-r--r-- | files/pl/glossary/class/index.html | 3 |
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> |