For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Is Data abstraction and proxy design pattern same? why because data abstraction also limits the functionality of a class to an interface object. then what is the main difference?
When you refer in computer science to proxy pattern, remember that the proxy can have more than just encapsulation of functionality, It can also makes transformation over the data/service.
Hope my answer can clarify your question.
Regards!