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.

  1. Parameterized Constructor
  2. Default Constructors
  3. Copy Constructor

Answer: C) Copy Constructor

Explanation:

Copy Constructor is invoked when an object is passed by value to a function.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.