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.
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