Can we implement copy constructor without passing reference of an object into it?

200. Can we implement copy constructor without passing reference of an object into it?

  1. Yes
  2. No

Answer: B) No

Explanation:

No, we cannot implement copy constructor without passing a reference of an object into it.

Comments and Discussions!

Load comments ↻






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