Set vs bag
No edit summary
No edit summary
Line 1: Line 1:
Set{1,2,3}
Set{1,2,3} Bag{1,2,3}
Bag{1,2,3}


Set will only have 1 instance of objects - multiple instances resulting from operations will be stripped
Set will only have 1 instance of objects - multiple instances resulting from operations will be stripped.


Bag can have multiple instances of objects
Bag can have multiple instances of objects.
[[Category:OCL]]
[[Category:OCL]]

Revision as of 07:54, 1 March 2023

Set{1,2,3} Bag{1,2,3}

Set will only have 1 instance of objects - multiple instances resulting from operations will be stripped.

Bag can have multiple instances of objects.

This page was edited 9 days ago on 05/10/2024. What links here