PHP - Inheritance and Polymorphism
Which of the following is the correct syntax to call a parent class method named
show inside a child class method?show inside a child class method?:: with parent.parent::methodName();, so for method show, it is parent::show();.:: with parent to call methods [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions