08-21-2009, 04:28 PM
|
#2 (permalink)
|
|
The Contributor
Join Date: Mar 2009
Location: US
Posts: 76
Thanks: 0
|
I don't really understand what you are saying ... but
A class has optional definitions that are final or abstract that specify specific functionality
Read more about this at http://us3.php.net/manual/en/language.oop5.basic.php
Properties and methods defined in a class wither it is public, private or protected have no influence on visibility of the class itself you can read more about this at
http://us3.php.net/manual/en/languag...visibility.php
|
|
|
|