What does the public
access modifier do?
Makes properties accessible only within the class
Makes properties accessible within the class and subclasses
Makes properties accessible from anywhere
Hides properties completely
This question is part of this quiz :
PHP Object Oriented Quiz