Computer Science, asked by Anonymous, 4 months ago

what do you mean by core data​

Answers

Answered by Anonymous
1

Core Data is a framework that you use to manage the model layer objects in your application. It provides generalized and automated solutions to common tasks associated with object life cycle and object graph management, including persistence.

Answered by anshpandey7a
1

Answer:

Core Data is a framework that you use to manage the model layer objects in your application. It provides generalized and automated solutions to common tasks associated with object life cycle and object graph management, including persistence.

It is actually a framework that lets developers store (or retrieve) data in database in an object-oriented way. With Core Data, you can easily map the objects in your apps to the table records in the database without even knowing any SQL. To illustrate the concept, let's begin and create your first app using Core Data.

Similar questions