Yes, you are right..actually this is what I am doing now, but is some situations it will be more "natural" if I could reopen the class. For example I am working on a color library, which has a lot of math functions (aprox. 25-30). I can create a separate class for the math functions, then using this class in the main class, but sometimes I wish I can simply reopen the same class..
The solution you suggested is a good one for this problem, but I'm still curious if reopening a class is possible..
Thanks you Curtis!