PHP Playlist : https://www.youtube.com/playlist?list=PLdXdjmAOQTHq8SzbOSZMEm1K-z5b0jcoc
In this video I have explained about the access specifier and access modifier in PHP.
Access specifier :
Access specifier or access modifier are the keywords used to specify the accessibility of the properties and methods. Access specifier in PHP are
*public
*private
*protected
public - Properties or methods declared as public can be accessed anywhere inside or outside of class.
private - Properties or methods declared as private can be accessed only within a class.
protected- Properties or methods declared as protected can be accessed with in a class and sub class of the same class.
I have explained every thing in the video so watch it carefully.
Do forget to subscribe our channel.
Download
0 formats
No download links available.
Access specifier or access modifier in PHP in Tamil | NatokHD