Box interview question

Whats the difference between an API and a SDK

Interview Answer

Anonymous

12 May 2015

API = application program interface, it is a logical group of functions which can be accessed using specified syntax for operations, inputs, outputs and types. SDK = collection of related API used to develop software packages

4