Answer Posted / sanjay gupta
COPY CONSTRUCTOR IS A SPECIAL CONSTRUCTOR IN C++ PROGRAMMIN
LANGUAGE FOR CREATING A NEW OBJECT AS A COPY OF AN EXISTING
OBJECT
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What are containers in c++?
Can you please explain the difference between using macro and inline functions?
What is increment operator in c++?
What is near, far and huge pointers? How many bytes are occupied by them?
State the difference between delete and delete[].
What is polymorphism programming?
What is the best way to declare and define global variables?
Which bitwise operator is used to check whether a particular bit is on or off?
What are main features of oop?
Can constructor be private in c++?
Describe public access specifiers?
What are single and multiple inheritances in c++?
write a C++ program for booking using constructor and destructor.
Name the different types of stl containers.
How many ways can a variable be initialized into in C++?