I want to create a new tree if a new class is created.
For example:
when class pupil is created, a tree to store all the pupil's info is created.
how can I do that?
can you help me?
thanks
Printable View
I want to create a new tree if a new class is created.
For example:
when class pupil is created, a tree to store all the pupil's info is created.
how can I do that?
can you help me?
thanks
Your each class should have a tree as a static member.
Modify/update the tree content in the constructor.