I am doing homework that has two variables, BOOK and MAGAZINE, in all capital letters, and I can not figure out what could be the purpose of it.
Anyone have a clue?
The icon in Visio Class Diagram looks like a rectangle with an equal sign on it and a lock declaring it as private.
Regards.
They are private constants. You can tell by the icon next to their name. Take a look at the constant TEST in this example...
EDIT: The all caps is merely by convention, but is usually used to represent constants.