use of Enum with flags in practice?
Posted
by
user576510
on Programmers
See other posts from Programmers
or by user576510
Published on 2013-06-27T11:41:22Z
Indexed on
2013/06/27
16:28 UTC
Read the original article
Hit count: 250
I just have read some stuff on enum today. Use of flags with enum was something interesting and new for me. But often practice and theoretical uses are different. I go through many articles they examples they quoted were good to get the concept but am still wondering in what situations one can use Enums with flag to store multiple values?
Will highly appreciate if you please can share your practical experience of using enum with flags.
© Programmers or respective owner