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 |
Define a nested class. Explain how it can be useful.
What is a volatile variable in c++?
Shall we use 'free' to free memory assigned by new, What are the further consequences??
What are the syntactic rules to be avoid ambiguity in multiple inheritance?
Will the inline function be compiled as the inline function always? Justify.
What are function poinetrs? where are they used?
What is the iunknown interface?
What are namespaces in c++?
Explain one method to process an entire string as one unit?
difference between the c++ and c languages
Are iterators pointers?
Implement a 2 dimensional array by one dimentional array