PrepAway - Latest Free Exam Questions & Answers

What is the output of the following code?

What is the output of the following code? class test { public $value = 0; function test() {
$this->value = 1; } function __construct() { $this->value = 2; } } $object = new test(); echo
$object->value;

PrepAway - Latest Free Exam Questions & Answers

A.
3

B.
No Output, PHP will generate an error message.

C.
1

D.
2

E.
0


Leave a Reply

Your email address will not be published. Required fields are marked *