Q16
What is a parameterized constructor in Java?
A.
A constructor with no parameters
B.
A constructor with parameters that initialize object properties
AnswerC.
A constructor with a return type
D.
A constructor with static methods
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board