Question: What is the command to call one constructor from another constructor in the same class? A. construct() B. parent() C. super() D. this() E. that()

What is the command to call one constructor from another constructor in the same class?

A. construct()

B. parent()

C. super()

D. this()

E. that()

Step by Step Solution

3.41 Rating (148 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

The correct answer is D this In Java if you have multiple constructors in a class and you want to ca... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Oracle Questions!