Home / Report Question

Q. In the following PHP program, what is/are the properties?
  • A. function sample()
  • B. echo “This is an example”;
  • C. public $name;
  • D. class Example