Home »
MCQs »
OOPs MCQs
The _____ constructor is invoked when an object is passed by value to a function
57. The _____ constructor is invoked when an object is passed by value to a function.
- Parameterized Constructor
- Default Constructors
- Copy Constructor
Answer: C) Copy Constructor
Explanation:
Copy Constructor is invoked when an object is passed by value to a function.