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
What is the singleton design pattern?
Give me example of chain of responsibility design pattern?
Why is singleton used?
Can you explain singleton pattern?
What are the most popular design patterns?
What is the difference between adapter and facade?
What are the 23 design patterns?
Explain what is good design?
What is architecture and what is design?
Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?
What design pattern wrapper classes implement?
What is synchronizer token pattern?
What are the examples of the behavioral design patterns?
What is the gang of four design pattern?
What is onion architecture?