Saral Saxena wrote:
Mohamed Sanaulla wrote:
Saral Saxena wrote:
...
what term stands for it in uml...? like composition we have for has a relationship..?
I am not aware of any special term for IS-A, I think its referred to an Inheritance only.
In UML there are 2 types of notation for HAS-A- Aggregation and Composition. In Composition the composed object cannot exist on its own i.e its always part of the composing object. In otherwords composition is stronger form of Aggregation.
Hi ,
Yeah you are right ,, IS A stands for inheritance , I am looking for the term that what its represents in UML notation..?? can you please also explain Aggregation , composition with a real life example that will make understandings more clear..!1
I would suggest to start with searching for information on the web, as UML notations are readily available at lot of places-
inheritance uml notation
And for the Aggregation, Composition examples
here is one of the many links I found.
The difference in the UML notation for Aggregation and Composition is that for composition the Diamond used at the line is filled. The link given before shows examples for all the notations used in the UML class diagram.