logo

Crowdly

A kód Anna -t ír ki. class Person {     public $name;     function __cons...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

A kód Anna-t ír ki.

class Person {

    public $name;

    function __construct($n) {

        $this->name = $n;

    }

}

$p = new Person("Anna");

echo $p->name;

0%
0%
More questions like this

Want instant access to all verified answers on moodle.njszki.hu?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!