Access Modifiers in PHP Object Oriented (Code)

preview_player
Показать описание
This video shows how to use access modifiers (private, public & protected) in PHP
Access modifiers
public : public members can be accessed from anywhere,
private : not allowed to access from outside the class
protected : similar to private members , not allowed from outside but inherited class can access (Inheritance is covered in another video
Credit:
Music : YouTube Audio Library
Рекомендации по теме