nerdexam
Zend

200-710 · Question #143

When a class is defined as final it:

The correct answer is A. Can no longer be extended by other classes.. See the full explanation below for the reasoning.

Question

When a class is defined as final it:

Options

  • ACan no longer be extended by other classes.
  • BMeans methods in the class are not over-loadable.
  • CCannot be defined as such, final is only applicable to object methods.
  • DCannot be instantiated.

How the community answered

(50 responses)
  • A
    80% (40)
  • B
    6% (3)
  • C
    2% (1)
  • D
    12% (6)

Community Discussion

No community discussion yet for this question.

Full 200-710 Practice