Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » What is an "object" in programming?
Closed Thread
Old 02-13-2004, 05:01 AM   #1 (permalink)
 
Newb Techie

Join Date: Feb 2004

Posts: 10

Powerslaveowned

Default What is an "object" in programming?

What is an "object" in object oriented programming?

i really need to answer this soon
Powerslaveowned is offline  
Old 02-14-2004, 01:38 AM   #2 (permalink)
 
Junior Techie

Join Date: Oct 2003

Posts: 85

zoerb

Default

an object is an instance of a class, component, or a number of other things. an OOP program uses these objects together to get a job done.
__________________
Asus A7n8x-x
athlon 2800
radeon 9600 pro
512 mb 2700 mem
western digital 80gb special edition
zoerb is offline  
Old 10-01-2004, 05:21 PM   #3 (permalink)
 
True Techie

Join Date: Jul 2004

Posts: 217

NeoNemesis

Send a message via AIM to NeoNemesis
Default

its basically a way to make the program more organized and efficient.
__________________
<font size=\"4\" <a href=\"http://s7.invisionfree.com/NeoForum/index.php\">My Forum</a>
we are just starting out so we need you to join!
NeoNemesis is offline  
Old 10-03-2004, 09:00 PM   #4 (permalink)
 
True Techie

Join Date: Sep 2004

Posts: 156

ZoneFire

Default

an object consist of data and method.
it can be defined as the instance of a class.
class is a blueprint and object is created based on the class.

not only it make the progrma more organized and better, the class you wrote can use for others project.

you create an object in your code according to the blueprint or the class and it wll save a lot of work for you.
__________________
The important thing is not to stop questioning...
Albert Einstein
ZoneFire is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On