VB Dot Net Developer Question:
Explain Enumerator?
Answer:
An Enumerator or Enum is a value type with a set of constants given to the set of the list. Enumeration is used when definition is required for more than one number.
Previous Question | Next Question |
Explain nested classes? | Explain about Delegate? |