Q. Which keyword is used to inherit a class in PHP?
β
Correct Answer: (A)
extends
Explanation: PHP uses 'extends' to indicate class inheritance.