Skip to main content
typo
Source Link
jjnguy
  • 139.4k
  • 54
  • 298
  • 328

I hardly use finalyfinal on methods or classes because I like allowing people to override them.

Otherwise, I only use finally if it is a public/private static final type SOME_CONSTANT;

I hardly use finaly on methods or classes because I like allowing people to override them.

Otherwise, I only use finally if it is a public/private static final type SOME_CONSTANT;

I hardly use final on methods or classes because I like allowing people to override them.

Otherwise, I only use finally if it is a public/private static final type SOME_CONSTANT;

Source Link
jjnguy
  • 139.4k
  • 54
  • 298
  • 328

I hardly use finaly on methods or classes because I like allowing people to override them.

Otherwise, I only use finally if it is a public/private static final type SOME_CONSTANT;