What is NOT an advantage of an enum class over a standard enum?
a. Doesn’t map to an integer
b. Values are not global in scope
c. Occupies less memory
c. Occupies less memory
Computer Science & Information Technology
You might also like to view...
Link data from another Access database when you want to use the structure of the source database
Indicate whether the statement is true or false
Computer Science & Information Technology
When filling in the items in a MenuStrip control, double-clicking an entry automatically generates what type of method?
A. Change() B. SetSelected() C. Click() D. SelectedIndexChanged()
Computer Science & Information Technology