posted 15 years ago
I read in a book
"All networking code you write is applied to interfaces, not implementations. In fact, you must use this paradigm in RMI-IIOP—you do not have a choice. It is
impossible to perform a remote invocation directly on an object implementation. You can operate solely on the interface to that object’s class."
Why is that we can do it with interface and not with it's object implementation? actually, under the interface lies the actual Object Implementation object which we make invocations on. then why is that we claim we can't make invocation on implementations?
Hope you understand my question
have a great day,
krishna prasad