1.

Elaborate Foundation Framework. Enlist Its Important Features?

Answer»

Foundation FRAMEWORK provides a set of useful object classes and also introduces several paradigms that are not covered by Objective-C language. The foundation framework defines the BASE for Objective-C classes. It aids the task of software development by FACILITATING consistent conventions for deallocation. To enhance portability, Foundation framework provides a layer of OS independence. The foundation framework is grouped into value objects, collections, notifications, spotlight queries, predicates, and expressions, etc.

Some of the notable features of foundation framework are as follows:

  • It supports object persistence and object DISTRIBUTION.
  • The foundation class hierarchy t is routed at NSObject class with NSObject and NSCopying protocols.
  • With Unicode strings and bundle TECHNOLOGY, foundation framework supports internationalization and localization.

Foundation framework provides a set of useful object classes and also introduces several paradigms that are not covered by Objective-C language. The foundation framework defines the base for Objective-C classes. It aids the task of software development by facilitating consistent conventions for deallocation. To enhance portability, Foundation framework provides a layer of OS independence. The foundation framework is grouped into value objects, collections, notifications, spotlight queries, predicates, and expressions, etc.

Some of the notable features of foundation framework are as follows:



Discussion

No Comment Found