iOS Developer Question:
Download Questions PDF

Explain the difference between Cocoa and Cocoa Touch?

Answer:

Cocoa is an Application Framework that enables development of Applications in Mac OS X Environment. It is basically a combination of two Frameworks i.e., Appkit Framework and Foundation Framework. Cocoa Touch is an Application Framework for iPod Touch. Iphone and iPad. It includes the Foundation Framework and UIKit Framework.

Download iOS Developer Interview Questions And Answers PDF

Previous QuestionNext Question
What are Selectors in Objective-C?What is "Protocol" on objective c?