PDA

View Full Version : whats the differnce between an API and a Class?


halfasleeps
06-23-2008, 05:00 PM
Can someone explain?

Thanks.

embersyc
06-23-2008, 05:04 PM
An API is a library of classes.

halfasleeps
06-23-2008, 06:02 PM
so then is an API the same thing as a package?

maskedMan
06-23-2008, 06:24 PM
It can be. It can also be a collection of packages.

halfasleeps
06-23-2008, 07:20 PM
thanks