1.
What is a class in PHP?
2.
Which keyword is used to create a class in PHP?
3.
What is an object in PHP?
4.
Which keyword is used to create an object in PHP?
5.
What is encapsulation in OOP?
6.
What does inheritance provide in OOP?
7.
Which keyword is used for inheritance in PHP?
8.
What is polymorphism in OOP?
9.
Which concept allows a method in a subclass to have the same name as a method in its superclass?
10.
What is the purpose of the __construct() method in PHP?