InterviewSolution
| 1. |
Highlight The Differences Between Cocoa And Cocoa Touch? |
|
Answer» COCOA is an application FRAMEWORK that ASSISTS in the DEVELOPMENT of applications in MAC OS X environment. It is an amalgamation of two frameworks namely Appkit framework and FOUNDATION Framework. Cocoas touch is an application framework for Apple products like iPad, iPhone and iPod Touch. It is basically a combination of Foundation Framework and UIKit Framework. Cocoa is an application framework that assists in the development of applications in MAC OS X environment. It is an amalgamation of two frameworks namely Appkit framework and Foundation Framework. Cocoas touch is an application framework for Apple products like iPad, iPhone and iPod Touch. It is basically a combination of Foundation Framework and UIKit Framework. |
|