Answers

Question and Answer:

  Home  Senior PHP Programmer

⟩ What is function overriding?

Function definitions in child classes override definitions with the same name in parent classes. In a child class, we can modify the definition of a function inherited from parent class.

 146 views

More Questions for you: