What are the Design Patterns you know

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


Please Help Members By Posting Answers For Below Questions

Shall we use abstract classes or interfaces in policy / strategy design pattern?

811


Give me example of observer design pattern?

831


What is the gang of four design pattern?

822


Contact a system development program in your organization. Research how they analyzed their SYSTEM OF INTEREST (SOI), its OPERATING ENVIRONMENT, and their respective system elements. How was this analysis reflected in the SOI architecture?

3826


What are the disadvantages of singleton pattern?

812


What design pattern wrapper classes implement?

799


What are the SDLC phases you have invloved ?

2420


What is the behavioral design pattern?

884


What is a lazy initialization in singleton?

828


Can we inherit singleton class?

798


Which design patterns have you used in your project ?

780


What is the use of repository pattern?

781


What is the executor design pattern?

925


What are the differences between the design patterns and the framework?

808


What are structural design patterns?

858