11.
Which OOP concept allows a class to inherit from multiple classes?
12.
Which method is automatically called when an object is destroyed in PHP?
13.
What is the visibility of properties or methods declared as private in PHP?
14.
Which keyword is used to access properties or methods within the same class in PHP?
15.
Which keyword is used to prevent a class from being inherited in PHP?
16.
What is the purpose of the parent:: keyword in PHP?
17.
Which OOP concept allows a class to implement methods with the same name but different parameters?
18.
What is the purpose of the static keyword in PHP?
19.
Which magic method is called when an undefined property is accessed in PHP?
20.
What is the purpose of the interface keyword in PHP?