| 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{ }
|
 |
 |
|
|
subject: relationship
|
|
|