Object type: Meaning (information, definition, explanation, facts)

In computer science, an object type (a.k.a. wrapping object) is a datatype that is used in object-oriented programming to wrap a non-object type to make it look like an object.

Some object-oriented programming languages make a distinction between objects an non-objects, often referred to as primitive types for reasons such as runtime efficiency and syntax or semantic issues. For example, Java has object types corresponding to each primitive type: Integer and int, and Character and char. Languages like C++ make little or no distinction between objects and non-objects, the use of object type is of little interest.

Boxing is a way to wrap objects with primitive types over object types so that they can be used like objects. Examples are Integer class for integer type in Java. Some languages require programmers to do boxing manually, while some support autoboxing/unboxing.

Find more facts
 
Further reference
Remember what Object type means:
Other sources
Search for Object type information on:  amazon.com
Your reference for information, definition
http://explanation-guide.info/meaning/Object-type.html
ボックス化
Licensing information:
This article uses material from Wikipedia (credits) and is made available under the terms of the GNU FDL (copy).
Image licensing information is accessible by clicking the image.

Welcome, guest!
You are not logged in
ID:
Password:

Social bookmarks


Book search