నిర్మాణ నమూనాలు (Structural patterns) వస్తువులు మరియు తరగతులను పెద్ద నిర్మాణాలకు ఎలా కంపోజ్ చేయాలో వ్యవహరిస్తాయి — సంస్థలల మధ్య సంబంధాలను నిర్వహించి సరళమైన, సమర్థవంతమైన నిర్మాణాలను ఏర్పాటు చేస్తాయి. అవి Adapter, Decorator, Facade, Proxy, Composite, మరియు Bridge లను కలిగి ఉంటాయి.
నిర్మాణ నమూనాలు ఏమి సమస్యలను పరిష్కరిస్తాయి
STRUCTURAL patterns concern how objects/classes are COMPOSED/related:
→ organize relationships to build larger structures from objects
→ make components work together flexibly; simplify complex structures
→ about COMPOSITION and structure, not creation or behavior
