National_Instruments
200-500 · Question #143
Is the following code piece E_STRICT compliant? final class Testing { var $test = 0; public function tester() { return "Tested!"; }}
The correct answer is B. No. See the full explanation below for the reasoning.
Question
Is the following code piece E_STRICT compliant? final class Testing { var $test = 0; public function tester() { return "Tested!"; }}
Options
- AYes
- BNo
How the community answered
(45 responses)- A27% (12)
- B73% (33)
Community Discussion
No community discussion yet for this question.