This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Beginning Java and the fly likes relationship Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "relationship " Watch "relationship " New topic
Author

relationship

mohanasundaram muthukannan
Ranch Hand

Joined: May 29, 2008
Posts: 35
Hi,

difference between the "is-a" and the "has-a" relationship ?

Thanks in advance
Mohan
Jesus Angeles
Ranch Hand

Joined: Feb 26, 2005
Posts: 2036
Non-computer-related language:

John has a cat.

Garfield is a cat.

Computer-related:

class John {
Cat pet;
}

class Garfield extends Cat{
}
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: relationship
 
Similar Threads
How to refresh the main window once we close the popup
compare object
WA #1.....word association
"Is -A" relationship
a uml question