PHP - Inheritance and Polymorphism
Which of the following is the correct way for a child class constructor in PHP to invoke its parent class constructor?
parent::__construct().parent::__construct(); [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions