You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ Use the Table of Contents to practice and test your knowledge. It doesn't show t
78
78
79
79
#### What is Core Data?
80
80
81
-
Core Data is a framework that is used to manage the model layer objects. It has the ability to persist object graphs to a persistent store.
81
+
Core Data is a framework that is used to manage model layer objects. It has the ability to persist object graphs to a persistent store. Data is organized into relational entity-attribute model.
82
82
83
83
#### When would you use Core Data over NSUserDefault?
0 commit comments