Skip to main content

All Questions

0votes
2answers
735views

Question on refactoring and code design

Suppose, I have a class with a constant static final field. Then I want in certain situations that field to be different. It still can be final, because it should be initialized in constructor. My ...
dhblah's user avatar
  • 1,381

close