Path: utzoo!attcan!uunet!aplcen!samsung!usc!rutgers!rochester!pt.cs.cmu.edu!sei!ajpo!gbooch From: gbooch@ajpo.sei.cmu.edu (Grady Booch) Newsgroups: comp.lang.c++ Subject: Re: libraries, compilers, class info, exceptions Message-ID: <709@ajpo.sei.cmu.edu> Date: 3 Oct 90 14:27:44 GMT References: <995@halley.UUCP> <704@ajpo.sei.cmu.edu> <813@dyndata.UUCP> <1549@camex.COM> Reply-To: gbooch@ajpo.sei.cmu.edu (PUT YOUR NAME HERE) Distribution: na Organization: Rational Lines: 9 In answer to Geoffrey' s question: a set is a container than may contain only one instance of any value on the container's domain; a bag may contain more than one instance. for example, consider a set of integers, versus a bag of integers. a bag might contain the items {1, 1, 1, 3, 7, 7, 9, 50, 100, 100}; a set may not have duplicate entries. egb