Design Patterns: Exploring Embedded C Language Implementation – 14. Remote Proxy Pattern

Design Patterns: Exploring Embedded C Language Implementation - 14. Remote Proxy Pattern

Introduction:This article will briefly describe the remote proxy pattern from the book Head First Design Patterns and implement this pattern using C language.Background of Remote Proxy Pattern Implementation: The background of the remote proxy pattern revolves around the remote monitoring of a candy machine. The CEO of the candy company wants to better monitor the … Read more