Interview Questions

How do you call a constructor for a parent class?

PHP Interview Questions and Answers


(Continued from previous question...)

How do you call a constructor for a parent class?

parent::constructor($value)

(Continued on next question...)

Other Interview Questions