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 the differences between the design patterns and the framework?

0 Answers  


What is the builder pattern?

0 Answers  


What three types of components comprise an application design?

1 Answers  


What is the use of design patterns?

0 Answers  


What is the difference between builder and composite?

0 Answers  


How can we design/implement singleton object?

3 Answers   HP,


what are design patterns..?what design patterns used in .net.

1 Answers  


What are the main usage of the patterns?

0 Answers  


What is the difference between factory and abstract factory design pattern?

0 Answers  


How to analyze the design patterns ?

1 Answers   HP, Infosys, RRB,


Explain what are 5 common problems in the software development process?

0 Answers  


What is difference between function oriented design and object oriented design?

0 Answers  


Categories