Java - Inheritance
Which of the following is the correct way to call a parent class constructor in Java?
super() is used inside a child constructor to call the parent class constructor.super(). Others are invalid or refer to different concepts.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions