Related resources for Composite Pattern in C#
  • Composite Patterns in C#10/3/2012 8:22:26 AM. A Composite is a tree structure consisting of individual objects mixed with compositions of objects, that is, objects that have other objects as their children.
  • Composite Pattern1/27/2012 3:10:19 PM. In this article we will explore the Composite Design Pattern. It provides a better approach in addressing communication with an individual and a group of objects.