https://github.com/asergioscosta/visitor-pattern
Visitor pattern for adding further operations to objects without modifying them.
https://github.com/asergioscosta/visitor-pattern
behavioral-patterns design-patterns java visitor-pattern
Last synced: 9 months ago
JSON representation
Visitor pattern for adding further operations to objects without modifying them.
- Host: GitHub
- URL: https://github.com/asergioscosta/visitor-pattern
- Owner: asergioscosta
- Created: 2024-11-03T19:35:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-03T21:07:54.000Z (over 1 year ago)
- Last Synced: 2025-02-01T12:13:06.827Z (about 1 year ago)
- Topics: behavioral-patterns, design-patterns, java, visitor-pattern
- Language: Java
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# visitor-design-patterns-exercise