名前付き定数 (なまえつきていすう) Japanese meaning | KotomoraMeanings
1
noun
named constant
computing
A constant in programming that is given a descriptive name, as opposed to a literal value.
determine, fix, establish
Similar words
- 定数
定数 is a general constant, while 名前付き定数 specifically refers to a constant with an identifier.
- リテラル
A literal is a fixed value written directly in code, whereas a named constant is a symbolic name for a value.
Etymology
Compound of 名前付き (named) + 定数 (constant). A straightforward technical term.