What are the different types of Design Patterns and Explain
them?
Answer Posted / mathur
Design patterns are mainly of three types
Creational
Structural
Behavioral
Creational patterns are ones that create objects for you,
rather than having you instantiate objects directly. This
gives your program more flexibility in deciding which
objects need to be created for a given case.
Structural patterns help you compose groups of objects into
larger structures, such as complex user interfaces or
accounting data.
Behavioral patterns help you define the communication
between objects in your system and how the flow is
controlled in a complex program.
| Is This Answer Correct ? | 148 Yes | 26 No |
Post New Answer View All Answers
Contact a system development program in your organization. Research how they analyzed their SYSTEM OF INTEREST (SOI), its OPERATING ENVIRONMENT, and their respective system elements. How was this analysis reflected in the SOI architecture?
What is singleton and factory pattern?
What is the difference between architecture and design?
How do you choose a design pattern?
What is the creational design pattern?
What is a lazy initialization in singleton?
What is the use of such a class?
Quartus II software version 6.0 is available for which operating systems (OS)?
What is singleton design pattern in java?
Contact a small, medium, and a large contract program within your organization. Interview the Technical Director or Project Engineer to identify the following information: a. Request the individual to graphically depict their development strategy? b. What factors drove them to choose the implementation strategy? c. What were some of the lessons learned from developing and implementing the strategy that would influence their approach next time? d. How was the V & V strategy implemented?
What is the singleton design pattern?
What is onion architecture?
What are useful tools for developing and testing color schemes for web sites?
Give me example of chain of responsibility design pattern?
Is dependency injection a design pattern?