|
Operations in Class
There is such a sentence in the document:
"Operations on classes are always executed in the caller’s address space, that is, operations on classes are local operations."
I am confused does it means operations of class only invocation local functions? But I have been succeed do a remote call via operations of class.
|