Wrong Statement About Enum Used In Cnet Is #334
Wrong statement about enum used in C#.NET is?
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.
Wrong statement about enum used in C#.NET is?
An enum can be declared inside a class
An object cannot be assigned to an enum variable
An enum can be declared outside a class
An enum can have Single and Double values