Zend
200-710 · Question #146
Which of the following statements about PHP is false? (Choose 2)
The correct answer is A. A final class can be derived. E. Properties can be final.. See the full explanation below for the reasoning.
Question
Which of the following statements about PHP is false? (Choose 2)
Options
- AA final class can be derived.
- BA final class may be instantiated.
- CA class with a final function may be derived.
- DStatic functions can be final.
- EProperties can be final.
How the community answered
(54 responses)- A83% (45)
- B11% (6)
- C2% (1)
- D4% (2)
Community Discussion
No community discussion yet for this question.