mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-15 18:59:10 +00:00
Update README.md
This commit is contained in:
@@ -18,3 +18,6 @@ Intent: Specify the kinds of objects to create using a prototypical instance, an
|
||||
|
||||
##Singleton
|
||||
Intent: Ensure a class only has one instance, and provide a global point of access to it.
|
||||
|
||||
##Adapter
|
||||
Intent: Convert the interface of a class into another interface clients expect. Adapter lets classes work together that couldn't otherwise because of incompatible interfaces.
|
||||
|
||||
Reference in New Issue
Block a user