Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 01-30-2005, 11:51 PM   #1 (permalink)
 
True Techie

Join Date: Sep 2004

Posts: 156

ZoneFire

Default what is COM objects?

Quote:
Some language interoperability was provided later with the introduction of COM. C++ classes could be coded up as COM objects, which meant that they could be called very easily from other applications written in any COM-aware language including VB, J++, C and C++. However COM had the disadvantage of being very hard to learn, and it also never really supported inheritance in classical object-oriented way.
http://www.simonrobinson.com/DotNET/.../IntroCSh.aspx


this is the article that i read.
but then, can i know what does it mean by COM objects?
thank you
__________________
The important thing is not to stop questioning...
Albert Einstein
ZoneFire is offline  
Old 01-31-2005, 11:09 AM   #2 (permalink)
 
Ultra Techie

Join Date: Sep 2003

Location: Bamberg, Germany

Posts: 549

Iron_Cross

Send a message via ICQ to Iron_Cross Send a message via MSN to Iron_Cross Send a message via Yahoo to Iron_Cross
Default

A COM component is just an object that has been programmed using the Component Object Model (COM) which is, not suprissingly, a programming model to follow. When using C#, you don't really need to concern yourself with COM obects unless you're working with legacy (pre .NET) code (such as C++ components or VB 6 [or earlier] components). Of course, just because something was programmed in these languages (and others) doesn't automatically make them COM objects, they have to have been programmed according to the component object model.
__________________

See today\'s Penny-Arcade!(May contain foul lanuage)
Pain is weakness leaving the body.

PM Me for my MSN
Iron_Cross 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