InterviewSolution
| 1. |
What Do You Understand By Cocoa? |
|
Answer» Cocoa is a suite of object-oriented software libraries that develop OSX and iOS apps. Cocoa is an application environment and a runtime system where apps are developed using Swift language and OBJECTIVE C. Objective C is based out of ANSI C. While developing a cocoa application, ANSI C code can be MIXED with Objective C code. Cocoa APPLICATIONS can ALSO include C++ code. Cocoa has THREE frameworks namely-
Cocoa is a suite of object-oriented software libraries that develop OSX and iOS apps. Cocoa is an application environment and a runtime system where apps are developed using Swift language and Objective C. Objective C is based out of ANSI C. While developing a cocoa application, ANSI C code can be mixed with Objective C code. Cocoa applications can also include C++ code. Cocoa has three frameworks namely- |
|