5

How do you remember difference between const, static and final?

Comments
  • 2
    Practice. Static is very different though, so that shouldn't be a problem once you understood how static works.
  • 1
    And const isn't even used I think? So it's pretty easy to remember
  • 1
    Static is always independent from an instance.
Add Comment