Q. Which keyword is used to declare a trait in PHP?
β
Correct Answer: (A)
trait
Explanation: The 'trait' keyword is used to declare reusable blocks of code in PHP classes.