1.

Define An Enumeration?

Answer»

Usually, we called ENUMERATION as an ENUM. An enumeration is an interface containing methods for ACCESSING the original data structure from which the enumeration is obtained. It allows SEQUENTIAL access to all the elements STORED in the collection.

Usually, we called enumeration as an enum. An enumeration is an interface containing methods for accessing the original data structure from which the enumeration is obtained. It allows sequential access to all the elements stored in the collection.



Discussion

No Comment Found