API: Difference between revisions

Content deleted Content added
KClarke7 (talk | contribs)
Web APIs: Fixed minor typo
Tags: Mobile edit Mobile web edit
Bluelinking 1 books for verifiability.) #IABot (v2.1alpha3
Line 81:
Therefore, remote APIs are useful in maintaining the object abstraction in [[object-oriented programming]]; a method call, executed locally on a proxy object, invokes the corresponding method on the remote object, using the remoting protocol, and acquires the result to be used locally as return value.
 
A modification on the proxy object also will result in a corresponding modification on the remote object.<ref name="AdvancedCorba">{{cite book |first = Michi
|firstlast = MichiHenning
|last first2 = HenningSteve
|first2last2 = SteveVinoski
|title = Advanced CORBA Programming with C++
|last2 = Vinoski
|url = https://archive.org/details/advancedcorbapro00henn
|title = Advanced CORBA Programming with C++
|publisher = [[Addison-Wesley]]
|url = http://www.informit.com/store/advanced-corba-programming-with-c-plus-plus-9780201379273
|access-date = 16 June 2015
|publisher = [[Addison-Wesley]]
|last2year = Vinoski1999
|access-date = 16 June 2015
|yearisbn = 1999978-0201379273
|url-access = registration
|isbn = 978-0201379273}}</ref>
}}</ref>
 
===Web APIs===