Definify.com

Definition 2024


const

const

See also: Const.

English

Noun

const (plural consts)

  1. (programming) A variable whose value cannot be changed directly.

Derived terms

Adjective

const (not comparable)

  1. (programming, of a variable) Whose value cannot be changed directly.
  2. (programming, of a function) Which cannot change the value of its class’s attributes.