4.1 Constants

Constants are data members that cannot be changed once they are defined. They are useful for defining concrete configuration values, error codes, and other purposes.

Last updated