What do you understand by cocoa?

devquora
devquora

Posted On: Feb 22, 2018

 

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-
  •  Foundation framework which a part of the core service layer.
  •  App Kit framework.
  •  Core data framework.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Cocoa Touch Interview Questions

    Elaborate on the meaning of Application Kit.

    Application kit is a framework that contains all the objects and details needed to implement the graphical and event-dri..

    Cocoa Touch Interview Questions

    What does cocoa offers?

    Cocoa offers numerous benefits to its users. It supports event-driven behavior that helps in managing applications, win..