What is the output of this program?
class A
public static $name;
public function nameChange() {
$this->name = "Programmer Interview";
}
}
class B extends A {
B
public static function nameChange () {
echo "Hello Programmer";
}
}
$animalobj = new BO;
$animalobj ->nameChange();
Answers
Answered by
0
Answer:
zgzbngzhxjfzhmkdjgtykvgi
Similar questions
English,
2 months ago
Hindi,
2 months ago
Computer Science,
2 months ago
Social Sciences,
5 months ago
Hindi,
11 months ago
History,
11 months ago