Results 1 to 2 of 2

Thread: What is this pattern called?

  1. #1

    Thread Starter
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464

    What is this pattern called?

    I know there has to be a design pattern out there that describes this, does anyone know what it is?

    What I need is a pattern where there is a master object and that object holds a collection of child objects. If that doesn't explain it enough, look at it like the DataSet object. It is the main object, and it holds a collection of Table objects.

  2. #2
    Fanatic Member VBCrazyCoder's Avatar
    Join Date
    Apr 2003
    Posts
    681
    Maybe composite (lets you treat individual objects and compositions of objects uniformly) or Factory (handles instantiating of classes)?

    There are hundreds of design patterns, so if those 2 aren't what your looking for, the truth is out there [weird freaky music plays here]...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width