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 type of 'this' pointer?
Explain deep copy and a shallow copy?
When do we run a shell in the unix system? How will you tell which shell you are running?
How much do c++ programmers make?
What is time h in c++?
What is an associative container in c++?
How should runtime errors be handled in c++?
an operation between an integer and real always yeilds a) integer result b) real result c) float result
Is there a sort function in c++?
Is map ordered c++?
What is the use of endl in c++ give an example?
Define token in c++.
What is dynamic and static typing?
Explain the register storage classes in c++.
What is the basic concept of c++?