Java Programming
primer-original-v2easyJavaOOPConstructorInheritanceprimer-original-v2

What does the super() call do in a Java constructor?

Answer options

A
Calls the current class constructor
B
Calls the parent class constructor
C
Creates a new object of the parent class
D
Overrides the parent method

Correct answer: Calls the parent class constructor

Explanation

Quick AnswerThe correct answer is Calls the parent class constructor because it directly addresses the core logic of Java Programming.

This question has been retained as-is due to its unique context.

Related Java Programming questions

Practice more Java Programming questions

PrimerPrep has independently reviewed practice questions and coding exercises — all free.