class design
I have library with class A, along with classes 1,2, and 3. I would like A to be the interface between the programmer and classes 1,2,3. I do not want the user of the library to acess 1,2,3 directly, only through the interfacing class A. How can I achieve this level of