πŸ“Š C++
Q. When a copy constructor may be called?
  • (A) When an object of the class is returned by value.
  • (B) When an object of the class is passed (to a function) by value as an argument.
  • (C) When an object is constructed based on another object of the same class
  • (D) All of the above
πŸ’¬ Discuss
βœ… Correct Answer: (D) All of the above

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
294
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
98%
Success Rate