S
Sek
hi folks,
i have a bunch of strings used in my code in many places.
these strings reside inside a instantiable class.
so, i want to replace these with constant/static variable to control
the occurences.
i have been looking at both static and const variables as the options,
but couldn't decide on one.
share your view towards the problem.
TIA
sek
i have a bunch of strings used in my code in many places.
these strings reside inside a instantiable class.
so, i want to replace these with constant/static variable to control
the occurences.
i have been looking at both static and const variables as the options,
but couldn't decide on one.
share your view towards the problem.
TIA
sek