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 |
How to get the current position of the file pointer?
What are the five types of inheritance in C++?
How do you test your code?
write a porgram in c++ that reads an integer and print the biggest digit in the number
Which programming language is best to learn first?
What is the type of this pointer in c++?
Do inline functions improve performance?
Explain the concept of copy constructor?
Define private, protected and public access control.
What is virtual methods?
There is a magic square matrix in such a way that sum of a column or a row are same like 3 5 2 4 3 3 3 2 5 sum of each column and row is 10. you have to check that matrix is magic matrix or not?
What is static class data?