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