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
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
Write about all the implicit member functions of a class?
What are inline functions? What is the syntax for defining an inline function?
What is pointer in c++ with example?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
Define type casting in C++.
What is virtual base class?
How would you implement a substr() function that extracts a sub string from a given string?
Do you know the use of vtable?
What does <> mean pseudocode?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
Explain the difference between using macro and inline functions?
What are the components of stl?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?