InterviewSolution
Saved Bookmarks
| 1. |
What is an enumeration? |
|
Answer» An enumeration is an interface containing methods for accessing the underlying data structure from which the enumeration is obtained. It allows sequential access to all the elements stored in the collection. |
|