Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:46 pm
by answerhappygod
a) super(void);
b) superclass.();
c) super.A();
d) super();