Q. Which PHP keyword is used to define a class?
β
Correct Answer: (C)
class
Explanation: class is the keyword used to define a new class in PHP.