User Tools

Site Tools


immutable

Immutable

Return to mutable, immutable Function, Functions-Methods, Standard Libraries

Snippet from Wikipedia: Immutable object

In object-oriented (OO) and functional programming, an immutable object (unchangeable object) is an object whose state cannot be modified after it is created. This is in contrast to a mutable object (changeable object), which can be modified after it is created. In some cases, an object is considered immutable even if some internally used attributes change, but the object's state appears unchanging from an external point of view. For example, an object that uses memoization to cache the results of expensive computations could still be considered an immutable object.

Strings and other concrete objects are typically expressed as immutable objects to improve readability and runtime efficiency in OO programming. Immutable objects are also useful because they are inherently thread-safe. Other benefits are that they are simpler to understand and reason about and offer higher security than mutable objects.

Research It More

Fair Use Sources

Functions and Methods: Bash Functions, C Function, C++ Functions, C# Functions, , Clojure Functions, COBOL Functions, Fortran Functions, Golang Functions, Haskell Functions, Java Methods, JavaScript Functions, Kotlin Methods, Oracle PL/SQL Functions, Python Functions, PowerShell Functions, Scala Functions, Swift Functions, T/SQL Functions. (navbar_functions)

Variables: Python Variable, Variable (computer science), Unassigned Variables, Variability, Mutable-Mutability, Immutable-Immutability, Constant-Constancy, Named object, Variable Declaration, Variable Definition, Control Variable (Programming), Non-Local Variable, Temporary Variable, Variable Interpolation, Scalar (Mathematics), Variable (Mathematics), Variable Topics. (navbar_variables - see also navbar_math, navbar_programming)


Cloud Monk is Retired (for now). Buddha with you. © 2005 - 2024 Losang Jinpa or Fair Use. Disclaimers

SYI LU SENG E MU CHYWE YE. NAN. WEI LA YE. WEI LA YE. SA WA HE.


immutable.txt · Last modified: 2022/12/15 17:20 by 127.0.0.1