What are the main categories of Design Patterns?

  • Behavioral, Management, and Maintenance
  • Creational, Structural, and Behavioral
  • Presentational, Container, and Behavioral
  • Structural, Logical, and Physical
Design Patterns are usually categorized into three types: Creational, Structural, and Behavioral. Creational patterns deal with object creation mechanisms, trying to create objects in a manner suitable to the situation. Structural patterns deal with object composition, creating relationships between objects to form larger structures. Behavioral patterns focus on communication between objects, what goes on between objects and how they operate together.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *