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
What are dynamic type checking?
What is a class template?
What is the function to call to turn an ascii string into a long?
Will c++ be replaced?
What are associate containers?
Explain the operator overloading feature in C++ ?
What is unary operator? List out the different operators involved in the unary operator.
What is the difference between global int and static int declaration?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
How to improve object oriented design skills?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is a virtual destructor? Explain the use of it?
What is the difference between new() and malloc()?
What are abstract data types in c++?
How compile and run c++ program in turbo c++?