Select Answer
No -- const methods cannot modify any member
Yes -- mutable exempts access_count from the const restriction, allowing modification even in const methods
Yes -- but only for integer types
No -- mutable only works with static members