When an object is created and initialized at the same time, a _________ constructor gets called.
Inline Constructor
Copy Constructor
Default Constructor
Parameterized Constructor
(B) Copy Constructor
Explanation:
A copy constructor takes reference to an object of the same class as itself as an argument.