nerdexam
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)
  • A
    18% (5)
  • B
    71% (20)
  • D
    11% (3)

Community Discussion

No community discussion yet for this question.

Full 200-530 Practice