11.
In PHP, what is the purpose of the abstract keyword?
12.
Which of the following is an advantage of inheritance in PHP?
13.
What does the protected access modifier mean in PHP?
14.
What is the purpose of method overloading in PHP?
15.
Which keyword is used to access static properties or methods in PHP?
16.
What is the purpose of the interface keyword in PHP?
17.
In PHP, what is the default visibility of class members?
18.
What does the final keyword do when applied to a method in PHP?
19.
What is the primary purpose of method overriding in PHP?
20.
What is the benefit of using polymorphism in PHP?