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 людям.