Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 204 Bytes

File metadata and controls

3 lines (3 loc) · 204 Bytes

An inner class should be static unless it references members of its enclosing class. An inner class that is made non-static unnecessarily uses more memory and does not make the intent of the class clear.