Google News
logo
IOS - Interview Questions
What is Managed Object Model?
Managed Object Model can be defined as the set of objects that are used to form a blueprint describing the managed object we use in our application. In other words, the Managed object model can be seen as a schema that the CoreData uses.
 
It is an instance of NSManagedObjectModel class. However, the Managed Object Model includes the application's entities, the properties, and the relationship between them.
Advertisement