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 type of 'this' pointer?

803


Explain deep copy and a shallow copy?

801


When do we run a shell in the unix system? How will you tell which shell you are running?

736


How much do c++ programmers make?

768


What is time h in c++?

863


What is an associative container in c++?

760


How should runtime errors be handled in c++?

842


an operation between an integer and real always yeilds a) integer result b) real result c) float result

940


Is there a sort function in c++?

764


Is map ordered c++?

821


What is the use of endl in c++ give an example?

875


Define token in c++.

901


What is dynamic and static typing?

882


Explain the register storage classes in c++.

891


What is the basic concept of c++?

749