differance between copy & clon
Answer / vaibhav darji
copy(): it will copy the structure of data and data also.
clone(): it will copy the structure of data only.
| Is This Answer Correct ? | 6 Yes | 0 No |
what is a class? Explain with an example.
State two differences between C and C++.
What is virtual function? Explain with an example
What methods can be overridden in java?
What does h mean in maths?
When do we use copy constructors?
What is the difference between set and map in c++?
Define copy constructor.
What are Virtual Functions? How to implement virtual functions in "C" ?
What are the rules for naming an identifier?
Is c++ an oop?
Will the inline function be compiled as the inline function always? Justify.