Q. Which PHP keyword is used to inherit a class
β
Correct Answer: (A)
extends
Explanation: The extends keyword is used for class inheritance in PHP