Single Choice Not Set

Q In the PHP code given below, what is/are the properties?
< ?php 
    class Example 
    {
        public $name;
        function Sample()
        {
            echo "This is an example";
        }
    } 
?>

ID: #2568 Object Oriented Concept of PHP 1,913 views
Question Info
#2568Q ID
Not SetDifficulty
Object Oriented Concept of PHPTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A echo
  • B public $name;
  • C class Example
  • D function sample()
Correct Answer

Explanation

Yes they are nothing but variables.

Share This Question

Challenge a friend or share with your study group.