boxing
- noun
- /ˈbɑksɪŋ/
- Specialized
Examples
-
But this is called boxing.
-
This distinction makes it easier for the beginner but imposes strong limitations and leads to unnecessary pointer indirections and boxing/unboxing.
Blog text (32) -
In programming, boxing is used to convert a primitive value into an object so it can be manipulated like other objects.
-
Java enables boxing, allowing developers to seamlessly convert primitive data types into their corresponding wrapper classes.
-
The concept of boxing is essential in programming languages that require objects for certain operations.
Compounds
A padded leather glove boxers wear to protect their hand and the opponent from serious injury
- UK
A public holiday on the first weekday after Christmas celebrated in the UK and some other countries
Surface Forms
Morphology
Etymology
Boxing in programming uses the everyday idea of a box, a 'container'. It means putting a simple value into an object container so the program can use it like any other object.