InterviewSolution
| 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:
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: |
|