Given a case where I have an object that may be in one or more true/false states, I\'ve always been a little fuzzy on why programmers frequently use flags+bitmasks instead of ju
It can also make Methods clearer. Imagine a Method with 10 bools vs. 1 Bitmask.