0 By Nithya Vasudevan In EnumerationsPosted October 17, 2016Using Enums in switch caseJust like how we used enums for comparison in ‘if’ statement, we can also use enums in switch case as follows. The enum variable is specified as switch expression and all the case [...] READ MORE