Examveda

Choose the correct statements about enum used in C#.NET?

A. An enum variable cannot have a private access modifier

B. An enum variable can be defined inside a class or a namespace

C. An enum variable cannot have a protected access modifier

D. An enum variable cannot have a public access modifier

Answer: Option C


Join The Discussion

Related Questions on Classes and Objects in C Sharp