Answer Posted / alex
Basic(
interface,
Abstract parent class,
Private methods,
accessor methods,
constant data manager,
immutable object,
monitor
)
Creation(
Factory method,
Singleton,
Abstract Factory,
Prototype,
Builder
)
Collectional(
Composite,
Iterator,
Flyweight,
Visitor
)
Structural(
decorator,
adapter,
chain of responsibility,
facade,
proxy,
bridge,
virtual proxy,
counting proxy,
aggregate Enforcer,
Explicit Object release
Object cache
)
behavioral(
Command,
Mediator,
Memento,
Observer,
Interpreter,
State,
strategy,
Null Object,
Template Method,
Object Authenticator,
Common attribute registry
)
concurrency(
critical section,
consistent lock order,
guarded suspension,
read-write lock
)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
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 single tone design pattern in java?
When should design patterns be used?
What are the 23 design patterns?
Why should we not use singleton pattern?
Give me example of observer design pattern?
Give me example of chain of responsibility design pattern?
Is singleton an anti pattern?
What is clean architecture?
What are the benefits of the proxy in the design pattern?
What are the types of participants of the prototype design pattern you will get?
What are the disadvantages of singleton pattern?
Which design patterns have you used in your project ?
What is onion architecture?
Why is singleton bad?