What are the Design Patterns you know
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / bm mbuthu
Facade Pattern
Strategy Pattern
Bridge Pattern
Abstract Factory Pattern
Adapter Pattern
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / furqan hashmi
Flyweight Pattern
Command Pattern
Mediator Pattern
Iterator Pattern
Proxy Pattern
| Is This Answer Correct ? | 0 Yes | 1 No |
What is mvp design pattern?
. What makes rival companies better or worse than us in terms of UI UX?
What are the benefits of the proxy in the design pattern?
Explain three types of components comprise an application design?
What is aop design?
Did you use ooa/ood methodologies? Did you use design patterns?
What is the creational design pattern?
what is a Design Pattern?
write 5 best test cases like any password?password should be mixed case with atlest one number or special characters?
Describe the builder design pattern
What development do you think is needed in the UI UX of our product?
What is a lazy initialization in singleton?