+2 votes
in Class 11 by kratos

What are the conversion rules for enum type?

1 Answer

+4 votes
by kratos
 
Best answer

There is an implicit conversion from any enum type to int. It does not support for implicit conversion from into to enum type.

...