Public Access Modifier:-
Public Method or variable can be accessed from anywhere in the class. It means from inside or outside the class and child class also means anywhere you can access.
Private Access Modifier:-
Private Method or Property can be only access inside the class. If you can access from show error this is not accessible from outside.
Protected Access Modifier:-
Protected Access Modifier:-
Protected Access Modifier Method or Property is only useful in case of inheritance and interface. Here you can access in only within class or child class.
PHP Fundamental Tutorials with Basic Demo by Chentan in 2020 – Part-1
PHP Fundamental Tutorials with Basic Demo by Chentan in 2020 – Part-2
Latest posts by Rajesh Kumar (see all)
- Discover the Heart of India with Mera Apna Bihar - December 20, 2024
- Experience the Pulse of Bangalore with Bangalore Orbit - December 20, 2024
- Discover the City of Lakes with Bhopal Orbit - December 20, 2024