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
The correct answer is D this In Java if you have multiple constructors in a class and you want to ca... View full answer
Get step-by-step solutions from verified subject matter experts
