Which of the following statements about PHP is false? (Choose 2)

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.