PHP OOP Bangla Tutorial part-4 (static properties and methods)

Опубликовано: 15 Август 2018
на канале: Code With Mehedi
832
19

PHP OOP Bangla Tutorial part-4 (static properties and methods)
static properties and methods
Class properties and methods can be declared with static keyword which makes them class level features and we don't need a class instance to access those features.

Like class constants we access static properties/methods with double colon (::) and to access them within class we use self keyword.

$this is not available inside a static method.

By default static features have 'public' accessibility.

For static variable initialization, the same rules apply as const expressions.


Смотрите видео PHP OOP Bangla Tutorial part-4 (static properties and methods) онлайн, длительностью часов минут секунд в хорошем качестве, которое загружено на канал Code With Mehedi 15 Август 2018. Делитесь ссылкой на видео в социальных сетях, чтобы ваши подписчики и друзья так же посмотрели это видео. Данный видеоклип посмотрели 832 раз и оно понравилось 19 посетителям.