J
Jonas Cord
What is the use of proxy classes? From what I understand they are used
to hide the implementation details of a class. But can't you obtain
exactly the same results by splitting the class definition and
implementation between a .H file and a .CPP file?
Thanks,
Jonas
to hide the implementation details of a class. But can't you obtain
exactly the same results by splitting the class definition and
implementation between a .H file and a .CPP file?
Thanks,
Jonas