const

listen to the pronunciation of const
Englisch - Türkisch
sabit

Kapalı bir sistem içerisinde bulunan enerjilerin toplamı sabit kalır. - In a closed system the sum of the contained energies remains constant.

Gezegendeki su miktarı sabit kalır. - The amount of water in the planet remains constant.

Englisch - Englisch
This is a reserved Java(TM) programming language keyword However, it is not used by current versions of the Java programming language
construction R/T - radio telephone
permanent quantity, quantity that does not change
A C++ keyword related to the notion of read-only access An object or reference may be designated as const, to make it clear that it should not be modified within the given context A member function of a class may also be designated const, to indicate that calling that function will not result in a change in the object's state, and therefore that that function may be called for a const object
BIOS entry point to a routine that returns the status of the console device
A Java reserved word which is not currently used
Indicates that a function won't change an argument, or acts like #define For example
(1) An attribute of a data object that declares that the value of the object cannot be changed (2) An attribute of a member function that declares that the function will not modify data members of its class
Construction

This grammatical construction is archaic. - This is an archaic grammatical construction.

This is an archaic grammatical construction. - This grammatical construction is archaic.

This is a reserved JavaTM programming language keyword However, it is deprecated, i e not used by current versions of the Java programming language
A keyword that allows you to define a variable whose value does not change
a C++ keyword used to declare an object as constant or used to declare a constant parameter
Keyword defining a constant Its value cannot be accidentally or purposefully changed A constant should be initialized upon declaration to have a useful value (The compiler, however, will not issue an error message if you do not ) See also volatile
(1) An attribute of a data object that declares that the object cannot be changed (2) An attribute of a function that declares that the function will not modify data members of its class
const correctness
The proper declaration of objects as immutable in contexts where they are not expected to be modified
const
Favoriten