Definify.com
Definition 2024
const
const
See also: Const.
English
Noun
const (plural consts)
- (programming) A variable whose value cannot be changed directly.
Derived terms
Adjective
const (not comparable)
- (programming, of a variable) Whose value cannot be changed directly.
- (programming, of a function) Which cannot change the value of its class’s attributes.