Naeem Akram
Posts: 1
Nickname: nakram
Registered: Sep, 2010
|
|
Re: Library or Framework?
|
Posted: Sep 21, 2010 4:33 AM
|
|
Software Framework: Is a re-usable design for a software system (or subsystem). A software framework may include programs, code libraries, a scripting language, other software to help develop and glue together the different components of a software project. Various parts of the framework maybe exposed through an API.
API (Application Programming Interface): Is a set of routines( AKA methods, functions), data structures, object classes, and/or protocols provided by libraries and/or operating system services in order to support the building of applications.
More details along with other interesting tech topics are given on my blog http://aprogrammersday.blogspot.com Link to this particular topic is http://aprogrammersday.blogspot.com/2009/02/difference-between-framework-and-api.html
|
|