Zend
200-550 · Question #122
200-550 Question #122: Real Exam Question with Answer & Explanation
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 {
Community Discussion
No community discussion yet for this question.