1.

Which of these is correct way of inheriting class N by class M?

A. class M extends class N {}
B. class M + class N {}
C. class M inherits class N {}
D. class M extends N{}
E. None of these
Answer» E. None of these


Discussion

No Comment Found

Related MCQs