intra vs inter

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

intra vs inter

Post by alex.barylski »

When 2 or more objects have a non-explicit (non-existant) coupling but have the capability to communicate with each other laterally (no hierarchy obviously) what kind of communication is this called?

I have searched Google and found this article which tries to explain the meaning of Inter versus Intra...

http://en.allexperts.com/q/Latin-2145/I ... -Intra.htm

How would you describe (intra|inter) object communication?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

"inter" .. "intra" would be internal to the object.
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Post by alex.barylski »

feyd wrote:"inter" .. "intra" would be internal to the object.
Yea, thats what I figured...thanks. :)
Post Reply