1 Comment
User's avatar
Aaron's avatar

Static classes can maintain state. It's just one state for the entire system, which can be helpful. Your example static class could include a log counter.

Expand full comment