API: Difference between revisions

Content deleted Content added
No edit summary
Tags: Mobile edit Mobile web edit
Reverted 1 good faith edit by 2405:204:E28C:8EE6:0:0:1630:18A5 using STiki unexplained change of content
Line 6:
 
An API specification can take many forms, but often includes specifications for [[subroutine|routines]], [[data structure]]s, [[Class (computer programming)|object classes]], [[variable (computer science)|variable]]s, or [[Remote procedure call|remote calls]]. [[POSIX]], [[Windows API]] and [[Advanced SCSI programming interface|ASPI]] are examples of different forms of APIs. Documentation for the API usually is provided to facilitate usage and implementation.
 
How can I teach software designing.
 
== Purpose ==