Choose The Correct Statements About Enum Used In Cnet #330
Choose the correct statements about enum used in C#.NET?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Object Oriented Concepts - Enumerations - Quiz No.1.
Choose the correct statements about enum used in C#.NET?
An enum variable cannot have a private access modifier
An enum variable can be defined inside a class or a namespace
An enum variable cannot have a protected access modifier
An enum variable cannot have a public access modifier