What are proxy objects?

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


Please Help Members By Posting Answers For Below Questions

What is a class template?

695


Explain about Virtual Function in C++?

693


What is unary operator? List out the different operators involved in the unary operator.

676


What is the difference between while and do while loop? Explain with examples.

688


Define a constructor?

687






When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?

689


What is pure virtual function? Or what is abstract class?

682


what you know about c++?

759


How do I use arrays in c++?

665


describe private access specifiers?

747


Do you know the use of vtable?

743


What is the full form of india?

668


What is virtual base class?

665


Explain the auto storage classes in c++.

707


What do c++ programmers do?

653