Computer Science, asked by dianakp456, 3 months ago

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 sumanmangal160
0

Answer:

zgzbngzhxjfzhmkdjgtykvgi

Similar questions