We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dfd9c1 commit d1572d9Copy full SHA for d1572d9
content/Adapter Pattern.md
@@ -1,5 +1,5 @@
1
---
2
-title: Abstract Factory Pattern
+title: Adapter Pattern
3
created: 2025-07-30
4
tags:
5
- structural
@@ -60,7 +60,7 @@ classDiagram
60
TurkeyAdapter --> Turkey : adapts
61
```
62
63
-_Design diagram showing how `TurkeyAdapter` adapts a `Turkey` to the `Duck` interface._
+_Class diagram showing how `TurkeyAdapter` adapts a `Turkey` to the `Duck` interface._
64
65
66
## Implementation In Java
0 commit comments