Set vs set
I am trying to create a class deriving from set or Set because I would like to tack on various attributes to this set based on its elements.
What is the best way to do this? What is the difference between Set and set?
I've posted another question asking how to make a ring of sets.
I understand how to make a ring, but when I try to make a Ring Element I get a base class issue.
Any help in this area is appreciated.