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 a pattern library?
What are the advantages of asynchronous architectures?
What are External Style Sheets?
What is your research methodology?
. Run us through your design process.
i have file(ps),dont know how many records are there. move half of the records to 2 files. how can we do
Explain Inline Style Sheet?
What are useful tools for developing and testing color schemes for web sites?
What is the use of design patterns?
Did you use ooa/ood methodologies? Did you use design patterns?
What do you do to ensure that your design is carried out perfectly from your end?
What is onion architecture?