Q.

Which of these is correct way of calling a constructor having no parameters, of superclass A by subclass B?.

A. super(void);.
B. superclass.();.
C. super.A();.
D. super();.
Answer» D. super();.
4.6k
0
Do you find this helpful?
33

View all MCQs in

Java Programming

Discussion

No comments yet