Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Beginning Java
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Paul Clapham
Ron McLeod
Sheriffs:
Jeanne Boyarsky
Liutauras Vilda
Saloon Keepers:
Tim Holloway
Carey Brown
Roland Mueller
Piet Souris
Bartenders:
Forum:
Beginning Java
relationship
mohanasundaram muthukannan
Ranch Hand
Posts: 35
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
difference between the "is-a" and the "has-a" relationship ?
Thanks in advance
Mohan
Jesus Angeles
Ranch Hand
Posts: 2108
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Non-computer-related language:
John has a cat.
Garfield is a cat.
Computer-related:
class John {
Cat pet;
}
class Garfield extends Cat{
}
Consider Paul's
rocket mass heater
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Relationship b/w client & Remote object
Simple question on IS-A and Has-A relationship?
difference between clustering and loadbalance
Inner classes V/s subclasses
diff b/w ABSTRACT class and INTERFACE.
More...