What are the Design Patterns you know

Answers were Sorted based on User's Feedback



What are the Design Patterns you know..

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

What are the Design Patterns you know..

Answer / bm mbuthu

Facade Pattern
Strategy Pattern
Bridge Pattern
Abstract Factory Pattern
Adapter Pattern

Is This Answer Correct ?    0 Yes 1 No

What are the Design Patterns you know..

Answer / aria

Producer Consumer Pattern
Singleton Pattern

Is This Answer Correct ?    0 Yes 1 No

What are the Design Patterns you know..

Answer / furqan hashmi

Flyweight Pattern
Command Pattern
Mediator Pattern
Iterator Pattern
Proxy Pattern

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Design Patterns Interview Questions

What are creational design patterns?

1 Answers  


Why have we declared the instance reference volatile?

1 Answers  


What is aop design?

1 Answers  


What is your research methodology?

1 Answers  


What according to you will be the next best thing in UI UX Design?

3 Answers  


what is MVC Pattern?

3 Answers   Honeywell,


Can we have this pattern implemented using static class?

1 Answers  


How do you handle the pressure?

3 Answers  


. Explain your area of focus.

1 Answers  


What is proxy in design pattern?

1 Answers  


What is the difference between builder and composite?

1 Answers  


Design the Factory pattern and What is its application ?

1 Answers   HP,


Categories