Lekcijas tēmas
Daži termini (paņemti no Letonika - Terminoloģijas portāls) u.c.
| English | Latviešu | Русский |
|---|---|---|
| abstract class (method) | abstraktā klase (metode) | абстрактный класс (метод) |
| constructor | konstruktors | конструктор |
| destructor | destruktors | деструктор |
| incapsulation | inkapsulācija | инкапсуляция |
| inheritance | mantošana | наследование |
| multiple inheritance | daudzkārtējā (?) mantošana | множественное наследование |
| object-oriented programming | objektorientēta programmēšana | объектно-ориентированное программирование |
| overloading of (methods, operators) | (metožu, operatoru) pārlādēšana | перегрузка методов, операторов |
| polymorphism | polimorfisms | полиморфизм |
| (public, protected, private) access | (publiskā, aizsargātā, privātā) pieeja | (открытый, защищённый, закрытый) доступ |
OOP: PHP4 un PHP5
| OOP feature | PHP4 | PHP5 |
|---|---|---|
| abstract class (method) | - | + |
| constructors | +/- | + |
| destructor | - | + |
| incapsulation | - | + |
| inheritance | + | + |
| multiple inheritance | - | - |
| overloading of (methods, operators) | - | methods |
| polymorphism | -/+ | +/- |
| (public, protected, private) access | public | + |