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 many keywords are used in c++?
Explain function overloading and operator overloading.
What return value must conversion operators have in their declaration?
Should the this pointer can be used in the constructor?
How to hide the base class functionality in Inheritance?
Can you declare an array without a size in c++?
What is static in c++?
Comment on c++ standard exceptions?
Explain encapsulation in C++.
What is data abstraction? How is it implemented in C++?
describe private access specifiers?
what is upcasting in C++?
What do you mean by public protected and private in c++?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What is command line arguments in C++? What are its uses? Where we have to use this?