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 C++ exceptional handling?
Carry out conversion of one object of user-defined type to another?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
How a macro differs from a template?
What is #include iostream h in c++?
Please explain the reference variable in c++?
What is a catch statement?
What is oops in c++?
What is a literal in c++?
When can I use a forward declaration?
List the issue that the auto_ptr object handles?
What are the storage qualifiers?
Why do we use vector in c++?
What is purpose of new operator?
When do we run a shell in the unix system?