Zend
200-550 · Question #122
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
(32 responses)- A6% (2)
- B75% (24)
- D19% (6)
Community Discussion
No community discussion yet for this question.