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
Shall we use abstract classes or interfaces in policy / strategy design pattern?
Give me example of observer design pattern?
What is the gang of four design pattern?
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?
What are the disadvantages of singleton pattern?
What design pattern wrapper classes implement?
What are the SDLC phases you have invloved ?
What is the behavioral design pattern?
What is a lazy initialization in singleton?
Can we inherit singleton class?
Which design patterns have you used in your project ?
What is the use of repository pattern?
What is the executor design pattern?
What are the differences between the design patterns and the framework?
What are structural design patterns?