Google News
logo
PHP - Interview Questions
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.
Advertisement