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
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
Yes they are nothing but variables.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic