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
Explain register storage specifier.
Explain the static member function.
What is a vector c++?
In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....
What is the iunknown interface?
How can a called function determine the number of arguments that have been passed to it?
List the features of oops in c++?
What is cin clear () in c++?
What is jump statement in C++?
Why is c++ not purely object oriented?
How do you declare a set in c++?
What is abstract class in c++?
Show the declaration for a static function pointer.
What is the use of typedef?
Which one is a preferred language C or C++? Why?