Loading practice questions
When an object is created and initialized at the same time, a _________ constructor gets called.
Correct Answer: B — Copy Constructor
Explanation:
A copy constructor takes reference to an object of the same class as itself as an argument.