In programming (and math) there are variables and constants. Is there a name to describe both of them? I was thinking value, but that's not it. A value is what variables/constants contain, not what they are.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I would call it a symbol. From google:
|
|||
|
|
|
From what I know Its called a field |
|||||
|
|
There are a few different terms I use, depending on context. I'll give you a list of the terms I (might) use - sometimes I'll just default to calling everything 'variables'. Field - a variable or constant that's declared as part of the class definition. Parameter - one of the inputs specified when defining a method in a class. Argument - the actual value that you provide for a parameter when calling a method. Method variable - a variable declared inside a method. Method constant - a constant declared inside a method. |
|||
|
|
|
How about:
|
|||
|
|