Answer Posted / hrpynux@gmail.com
In the C++ programming language, a copy constructor is a special constructor for creating a new object as a copy of an existing object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain how the virtual base class is different from the conventional base classes of the opps.
What problems might the following macro bring to the application?
How is c++ different from java?
When should overload new operator on a global basis or a class basis?
Which compiler does turbo c++ use?
When do we use copy constructors?
Incase of a function declaration, what is extern means?
How do you sort a sort function in c++ to sort in descending order?
Which is the best c++ compiler for beginners?
Do class declarations end with a semicolon? Do class method definitions?
Is multimap sorted c++?
What are libraries in c++?
How would you implement a substr() function that extracts a sub string from a given string?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
What are the basics of local (auto) objects?