Answer Posted / harendra pal
Objects that points to other objects are called proxy objects or surrogates. Its an object that provides the same interface as its server object but does not have any functionality. During a method invocation, it routes data to the true server object and sends back the return value to the object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is rvalue?
Briefly describe a B+ tree. What is bulk loading in it?
What does obj stand for?
Explain the problem with overriding functions
What is class invariant in c++?
Does c++ cost money?
Write about the stack unwinding?
Can non-public members of another instance of the class be retrieved by the method of the same class?
What is the need of a destructor?
What is a manipulative person?
What is format for defining a structure?
What things would you remember while making an interface?
What is scope in c++ with example?
What is the difference between a pointer and a link in c ++?
When should we use container classes instead of arrays?