Answer Posted / swetcha
The purpose of a copy constructor is to initialize a new
object of a given class by copying an existing object of
that class.
| Is This Answer Correct ? | 63 Yes | 3 No |
Post New Answer View All Answers
How does code-bloating occur in c++?
Name the debugging methods that are used to solve problems?
What is a map in c++?
What is data structure in c++?
Can I learn c++ in a week?
Explain "const" reference arguments in function?
What is #include math h in c++?
what are the decision making statements in C++? Explain if statement with an example?
What is Coupling?
What does the linker do?
What is the difference between a mixin and inheritance?
What is istream c++?
How the programmer of a class should decide whether to declare member function or a friend function?
How connect plc and pc through software
Why we use classes in oop?