Composite Design Pattern is a design pattern that falls in the category of structural patterns. Such patterns are concerned with how classes and objects are composed to form larger structures. Composite Pattern describes one such way of building a class hierarchy made up of classes for two different kinds of objects (composite and primitive). One goal of software engineering is to maintain high cohesion between modules and the other to reduce coupling.
When to Use Composite Design Pattern in Java
Posted by decipherzone under TechnologyFrom https://www.decipherzone.com 1670 days ago
Who Voted for this Story
Subscribe
Comments