Problem Statement
Which constructor takes arguments to initialize object at creation time?
Explanation
A parameterized constructor allows passing values at the time of object creation, so the object can be initialized with different states immediately.
