Which of the following statements about PHP is true? (Choose 3)
A.
A final class can be derived.
B.
A final class may be instantiated.
C.
A class with a final function may be derived.
D.
Static functions can be final.
E.
Properties can be final.

I choose BCD
0
0