Constructors in PHP

You have created two classes named A and B such that A is the parent of B. You have also defined a constructor C inside the child class B.

Which of these choices is/are true regarding A’s constructor?

Options
  1. It is called implicity
  2. It is not called implicity
  3. It is run insider B
  4. None of these

Related Posts