Zend
200-710 · Question #132
200-710 Question #132: Real Exam Question with Answer & Explanation
The correct answer is C. Class constants can omit initialization (default to NULL). See the full explanation below for the reasoning.
Question
Which of the following statements is NOT true?
Options
- AClass constants are public
- BClass constants are being inherited
- CClass constants can omit initialization (default to NULL)
- DClass constants can be initialized by const
Community Discussion
No community discussion yet for this question.