Examveda

Which among the following differentiates enum in C#.NET from enum in C language?

A. C is strictly a typed language, C#.NET also is a strictly typed language

B. In C, language variables of enum types can be used interchangeably with integers using type casts while enum variables cannot be used as a normal integers in C#.NET

C. None of the mentioned

D. All of the mentioned

Answer: Option B


Join The Discussion

Related Questions on Classes and Objects in C Sharp