Results 1 to 7 of 7

Thread: Challenge : (can't describe it in header)

Threaded View

  1. #1

    Thread Starter
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704

    Challenge : (can't describe it in header)

    Here it is.

    Say you have a collection of car objects:
    • Type Descriptor TypeID
      FORD ESCORT 3
      HONDA CIVIC 1
      HONDA CRX 1
      TOYOTA 4RUNNER 2
      TOYOTA CAMRY 2


    Say this collection is called MySaleCollection, which contains encompasses a sale containing cars from any amount of manufacturers.

    Challenge:

    Write a function that would take the MySaleCollection and generate a collection of CarCollections with EACH CAR COLLECTION ONLY CONTAINING cars from the same manufacturer...


    so the function returns a collection of collections... with each collection only containing that certain manufacturer's cars....

    The goal is to pass an Invoice into this function, and have the function return a collection of seperate Purchase ORders.. each only containing cars from that manufacturer...
    Last edited by nemaroller; May 15th, 2003 at 02:54 PM.

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