What is cloning?



What is cloning?..

Answer / beena

An object can carry out copying in two ways i.e. it can set itself to be a copy of another object, or it can return a copy of itself. The latter process is called cloning.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Can you help me with this one? Make a program that when a user inputed a Product Name, it will display its price, and when the user inputed the quantity of the inputed product, it will show its total price. The output must be like this: Product Name: Price: Quantity: Total Price: ..this is the list of products to be inputed: Cellphone - 1500 Washing Machine - 5200 Television - 6000 Refrigirator - 8000 Oven - 2000 Computer - 11000 thanks..:D

1 Answers  


Do the names of parameters have to agree in the prototype, definition, and call to the function?

0 Answers  


Floating point representation and output seems to be compiler dependent?

1 Answers  


What is the protected keyword used for?

0 Answers  


Is overriding possible in c++?

0 Answers  






What is the difference between #import and #include in c++?

0 Answers  


WHAT IS THE ABREVATION OF FORTRAN?

4 Answers  


What are function poinetrs? where are they used?

1 Answers   CTS,


How can you quickly find the number of elements stored in a dynamic array?

0 Answers  


What is #include ctype h in c++?

0 Answers  


Where can I run c++ program?

0 Answers  


total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.

0 Answers  


Categories