Sail E0 Webinar
Question
In the PHP code given below, what is/are the properties?
< ?php
class Example
{
public $name;
function Sample()
{
echo "This is an example";
}
}
?>
Options:
A .  echo This is an example";
B .  public $name;
C .  class Example
D .  function sample()
Answer: Option B


Yes they are nothing but variables.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers