08-21-2009, 04:16 PM
|
#1 (permalink)
|
|
The Wanderer
Join Date: Jul 2009
Posts: 5
Thanks: 0
|
Class-Object visibility through Properties-Methods Access Modifiers
::Class-Object visibility through Properties-Methods Access Modifiers
In PHP, is it correct to say that we control Class-Object visibility by setting the correct Access Modifier to its properties and methods? eg. In PHP, classes are public, we can't declare a private nor protect class (we can use final and abstract, for other purposes)
Thanx in advance 
|
|
|
|