Which of the following is not a valid enumeration?

a. enum class Person {ME, YOU, THEM};.
b. enum class Person {ME = 1, YOU = 2, THEM = 3};.
c. enum class Person {ME = 0, YOU = 0, THEM = 0};.
d. enum class Person {ME, YOU, ME};.

d. enum class Person {ME, YOU, ME};.

Computer Science & Information Technology

You might also like to view...

Which of the following selection tools is best for selecting objects with straight edges?

a. lasso b. magic wand c. magnetic lasso d. marquee e. polygonal lasso f. quick mask

Computer Science & Information Technology

__________ batteries are the most common type used on motherboards

Fill in the blank(s) with correct word

Computer Science & Information Technology