Have you ever used Collections? Collection Classes?
By on Apr 20, 2007 in Visual Basic Interview Questions
A collection is a set of Repository objects that are all connected to a common source object via a relationship collection. A collection provides a way to connect a group of dependent objects with an object that ‘contains’ them. For example, an Invoice object might have a collection of LineItem objects.


