PHP - Inheritance and Polymorphism
Which keyword is used in PHP to call a method from the parent class inside a child class?
parent to access parent class methods from a child.super or base are used in other languages, not PHP.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions