Which of the following is NOT a valid visibility keyword in PHP OOP?
What is the purpose of the `final` keyword in PHP OOP?
What does the term 'SOLID' stand for in OOP principles?
Which of the following is the correct way to define an abstract method in PHP?
What is the purpose of the `instanceof` operator in PHP?
What is the difference between an interface and an abstract class in PHP?
What does 'late static binding' refer to in PHP?
Which of the following design patterns promotes loose coupling between objects?
What is the purpose of the `__call()` magic method in PHP?
In PHP, what is a 'trait' primarily used for?