PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of adam berger   PHP Polimorphism   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP Polimorphism
Demonstrate several ways to implement polimorphism
Author: By
Last change:
Date: 5 years ago
Size: 1,356 bytes
 

Contents

Class file image Download

PHP-polimorfizm

Ucz?c si? na testy programowania oop w PHP natrafi?em na ciekawy temat jakim jest polimorfizm.
Z racji tego, ?e ma?o by?o materia?ów na ten temat w j?zyku Polskim postanowi?em troszk? u?atwi?
nauk? przysz?ym programistom, szukaj?cym jaki? materia?ów na temat polimorfizmu, dziel?c go na kategorie. 
Nie spotka?em si? z takim podzia?em,  wi?c mam nadziej?, ?e dobrze zrobi?em dziel?c go na cztery kategorie. 
Uwa?am podzia? na kategorie za ?atwiej przyswajalne, zrozumia?e i przejrzyste do dalszej nauki. 

  1. Polimorfizm Interfejsowy
  2. Polimorfizm Abstrakcyjny
  3. Polimorfizm Traits
  4. Polimorfizm Dziedziczony

PHP-Polymorphism EN

While learning about oop programming tests in PHP, I came across an interesting topic, which is polymorphism. Due to the fact that there were few materials on this subject in Polish, I decided to make it a little easier learning for future programmers looking for some materials about polymorphism, dividing it into categories. I have not met with such a division, so I hope I did well by dividing it into four categories. I consider the division into categories to be more easily absorbed, understandable and transparent for further learning.

  1. Interface Polymorphism
  2. Polymorphism Abstract
  3. Polymorphism Traits
  4. Polymorphism Inherited