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 a class template?
Explain about Virtual Function in C++?
What is unary operator? List out the different operators involved in the unary operator.
What is the difference between while and do while loop? Explain with examples.
Define a constructor?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
What is pure virtual function? Or what is abstract class?
what you know about c++?
How do I use arrays in c++?
describe private access specifiers?
Do you know the use of vtable?
What is the full form of india?
What is virtual base class?
Explain the auto storage classes in c++.
What do c++ programmers do?