J
John Dalberg
I would like to declare variables that can't be modified (like readonly)
however I want to declare them in a single class so I can always refer to
the same class whenever code uses them. However I want to give them values
in constructors in different classes in different files.
What's the best way to accomplish this functionality?
John Dalberg
however I want to declare them in a single class so I can always refer to
the same class whenever code uses them. However I want to give them values
in constructors in different classes in different files.
What's the best way to accomplish this functionality?
John Dalberg