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 are the various arithmetic operators in c++?
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
Explain the static storage classes in c++.
What is c++ course?
We use library functions in the program, in what form they are provided to the program?
Which one between if-else and switch is more efficient?
Can constructor be private in c++?
How do I use arrays in c++?
How many ways can a variable be initialized into in C++?
What is command line arguments in C++? What are its uses? Where we have to use this?
What is nested class in c++?
Does c++ support exception handling?
Why can templates only be implemented in the header file?
Define the process of error-handling in case of constructor failure?
what are Access specifiers in C++ class? What are the types?