What does OOP stand for?
Which keyword is used to define a class in PHP?
A class is a blueprint for creating what?
What is the purpose of a constructor in a class?
Which keyword is used to access properties and methods of an object?
What is a property in a PHP class?
What is a method in a PHP class?
Which access modifier allows access from anywhere?
What is the purpose of the 'new' keyword?
What is the '$this' keyword used for?