InterviewSolution
Saved Bookmarks
| 1. |
How Are Elements Added To An Index-by Table? |
|
Answer» Index-By TABLES are instantiated AUTOMATICALLY. No special constructor is required to initialize an Index-By table. WHENEVER an element of the collection is REFERRED, it is initialized. Index-By tables are instantiated automatically. No special constructor is required to initialize an Index-By table. Whenever an element of the collection is referred, it is initialized. |
|