Object_type Object_type

Object type - Definition and Overview

Related Words: Aim, Appositive, Article, Artifact, Attribute, Balk, Ban, Beef, Being, Bitch, Blackball, Body, Boggle, Boycott, Break, Bulk, Butt

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 and 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, Character and char, Float and float, etc. 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.

Example Usage of Object

nikhilk: @JustinAngel especially when you can wrap anything into an automation-friendly COM Object. Powerful... a bit scary too!
leffe79: Leilighet til salg på Stovner. Visning på Søndag. http://www.finn.no/finn/realestate/Object?finnkode=19939188&sid=xz14nbfuIj-c098139
consumer_press: Sears-time to Object comments - Written by Linda Wilde, Edmonton, Alberta http://url4.eu/qET3
Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.