What is the meaning of core data?

devquora
devquora

Posted On: Feb 22, 2018

 

Core data is a Cocoa framework that helps in managing object graphs and persistent storage. It saves model objects to a persistent store and also helps to fetch them. The main motive of core data is the managed objects which are the instances of NSManagedObjects. 

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Cocoa Touch Interview Questions

    What do you understand by cocoa?

    Cocoa is a suite of object-oriented software libraries that develop OSX and iOS apps. Cocoa is an application environme..

    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..