mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-24 04:24:51 +00:00
docs: add diagrams for spatial partition, special case, specification, state, step builder, strangler, strategy, subclass sandbox
This commit is contained in:
@@ -35,6 +35,10 @@ In plain words
|
||||
|
||||
> A base class defines an abstract sandbox method and several provided operations. Marking them protected makes it clear that they are for use by derived classes. Each derived sandboxed subclass implements the sandbox method using the provided operations.
|
||||
|
||||
Flowchart
|
||||
|
||||

|
||||
|
||||
## Programmatic Example of Subclass Sandbox Pattern in Java
|
||||
|
||||
Using the Subclass Sandbox pattern, developers can create distinct functionalities within Java applications, enhancing game development and software design.
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 50 KiB |
Reference in New Issue
Block a user