Vidyalelo
C++ Programming · Q40

Pointers and References in C++

Programming · C++ Programming · question 40

Q40

Which of the following function must use reference.

A.
Assignment operator function
B.
Copy Constructor
Answer
C.
Destructor
D.
Parameterized constructor

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board