nerdexam
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)
  • A
    6% (2)
  • B
    75% (24)
  • D
    19% (6)

Community Discussion

No community discussion yet for this question.

Full 200-550 Practice