N
Nando
I have set of objects working together in the classic client-server way.
The server in other to do its work requieres the clients to implement an
interface.
However the client objects perform several tasks in other components of the
program and the use of those interface methods outside the server is not
appropiate, is it posible to hide the interface implementation to objects
other than the server object?
Thanks in advance,
Atte:
Nando
The server in other to do its work requieres the clients to implement an
interface.
However the client objects perform several tasks in other components of the
program and the use of those interface methods outside the server is not
appropiate, is it posible to hide the interface implementation to objects
other than the server object?
Thanks in advance,
Atte:
Nando