Making an iterator for a custom container class

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • RRick
    Recognized Expert Contributor
    • Feb 2007
    • 463

    #16
    Oops, clicked the wrong button.

    Now you can make a class that matches your problem. If you wanted to you could make a VeryComplexPack et derived from ComplexPacket.

    The point is your are not stuck with a single application or structure type. You get all the capabilities of inheritance and polymorphism to create and extend classes.

    Comment

    • arnaudk
      Contributor
      • Sep 2007
      • 425

      #17
      Thanks again! I'm digesting your info....

      Comment

      Working...