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 |
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];
Explain the use of this pointer?
Write a program to add three numbers in C++ utilizing classes.
What is an adaptor class or Wrapper class?
Is swift faster than go?
What is lambda in c++?
What do you mean by persistent and non persistent objects?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
How to construct muliton object
What is setf in c++?
Can class objects be passed as function arguments?