Skip to content

Commit 28528a4

Browse files
committed
update README.md
1 parent 2c152aa commit 28528a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,7 @@
3232
## Structural Patterns
3333

3434
## behavioral Patterns
35+
### [Visitor Pattern](https://en.wikipedia.org/wiki/Visitor_pattern)
36+
- the visitor design pattern is a way of separating an algorithm from an object structure on which it operates. A practical result of this separation is the ability to add new operations to existing object structures without modifying the structures. It is one way to follow the open/closed principle.
3537

3638
## Concurrency Patterns

0 commit comments

Comments
 (0)