Zend
200-530 · Question #212
Which of the following code snippets is correct? (Choose 2)
The correct answer is B. interface Point { C. interface Line extends Point {. See the full explanation below for the reasoning.
Question
Which of the following code snippets is correct? (Choose 2)
Options
- Ainterface Drawable {
- Binterface Point {
- Cinterface Line extends Point {
- Dinterface Circle implements Point {
How the community answered
(28 responses)- A18% (5)
- B71% (20)
- D11% (3)
Community Discussion
No community discussion yet for this question.