InterviewSolution
Saved Bookmarks
| 1. |
What Is Canonical Table? |
|
Answer» A canonical OBJECT means an object with a single REFERENCE pointed to it, with no copies holding the same STATE possible. The ACTIVITY of replacing multiple copies of an object with just a few OBJECTS is often referred to as canonicalizing objects. A canonical object means an object with a single reference pointed to it, with no copies holding the same state possible. The activity of replacing multiple copies of an object with just a few objects is often referred to as canonicalizing objects. |
|