Basic PHP Programming Question:
Download Questions PDF

How do you call a constructor for a parent class?

Answer:

parent::constructor($value)

Download PHP Interview Questions And Answers PDF

Previous QuestionNext Question
What are the differences between GET and POST methods in form submitting, give the case where we can use GET and we can use POST methods?WHAT ARE THE DIFFERENT TYPES OF ERRORS IN PHP?