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
If I is an integer variable, which is faster ++i or i++?
Explain the benefits of proper inheritance.
What is binary search in c++?
What is an overflow error?
Is c# written in c++?
How do I start a c++ project?
What is the main purpose of c++?
Is it possible for a member function to use delete this?
What is meant by forward referencing and when should it be used?
What are literals in C++?
Write syntax to define friend functions in C++.
When is the copy constructor called?
What's c++ used for?
What are the differences between java and c++?
How does atoi function work?