

MCQOPTIONS
Saved Bookmarks
1. |
In the PHP code given below, what is/are the properties? <?php class Example { public $name; function Sample() { echo "This is an example"; } } ?> |
A. | Public $name; |
B. | Class Example |
C. | Function sample() |
Answer» C. Function sample() | |