View Single Post
Old 08-21-2009, 04:16 PM   #1 (permalink)
sohdubom
The Wanderer
 
Join Date: Jul 2009
Posts: 5
Thanks: 0
sohdubom is on a distinguished road
Default 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
sohdubom is offline  
Reply With Quote