Loading practice questions
The constructors that can take arguments are called ___________
Correct Answer: C — Parameterized Constructor
Explanation:
In order to initialize the various data elements of different objects with different values when they are created parameterized constructors are used.