Science Fair Project Encyclopedia
Foundation Kit
The Foundation Kit, or just Foundation for short, is a framework specified under the OpenStep specification.
Foundation specifies device independent classes and programming functionality. There are several classes specified by Foundation, these are: (outlining represents inheritance structure)
- NSObject
- NSArray
- NSMutableArray
- NSAssertionHandler
- NSAttributedString
- NSMutableAttributedString
- NSAutoreleasePool
- NSBundle
- NSCharacterSet
- NSCoder
- NSArchiver
- NSUnarchiver
- NSPortCoder
- NSConditionLock
- NSConnection
- NSCountedSet
- NSData
- NSMutableData
- NSDate
- NSCalendarDate
- NSDeserializer
- NSDictionary
- NSMutableDictionary
- NSDistributedLock
- NSEnumerator
- NSDictionaryEnumerator
- NSFileHandle
- NSFileManager
- NSFormatter
- NSException
- NSFormatter
- NSDateFormatter
- NSNumberFormatter
- NSHost
- NSInvocation
- NSLock
- NSNotification
- NSNotificationCenter
- NSNotificationQueue
- NSPipe
- NSPPL
- NSPort
- NSPortMessage
- NSPortNameServer
- NSPosixFileDescriptor
- NSProtocolChecker
- NSRecursiveLock
- NSRunLoop
- NSScanner
- NSSerializer
- NSSet
- NSMutableSet
- NSCountableSet
- NSMutableSet
- NSString
- NSMutableString
- NSTask
- NSThread
- NSTimer
- NSTimeZone
- NSTimeZoneDetail
- NSUserDefaults
- NSValue
- NSNumber
- NSDecimalNumber
- NSArray
- NSProxy
- NSDistantObject
Some of these classes specify data structures, for example NSSet, NSString, NSNumber, however others specify general functionality provided by any modern programming languages, such as NSTimer, NSException, and so on.
Mutable datatypes represent stored data which can be changed, while non-mutable datatypes can not be changed after they are set.
03-10-2013 05:06:04
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details


