PHP - Inheritance and Polymorphism
Which statement correctly describes the use of
parent::methodName() in PHP?parent::methodName() in PHP?parent::methodName() allows calling the original method from the parent.methodName from the parent class, even if overridden in the child. -> Option B15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions