Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3ac1a36

Browse files
committedMay 2, 2025·
docs: update prototype
1 parent 0da4dcd commit 3ac1a36

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎prototype/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,6 @@ Here's the console output from running the example.
156156
08:36:19.014 [main] INFO com.iluwatar.prototype.App -- Orcish wolf attacks with laser
157157
```
158158

159-
## Detailed Explanation of Prototype Pattern with Real-World Examples
160-
161-
![alt text](./etc/prototype.urm.png "Prototype pattern class diagram")
162-
163159
## When to Use the Prototype Pattern in Java
164160

165161
* When the classes to instantiate are specified at run-time, for example, by dynamic loading.

0 commit comments

Comments
 (0)
Please sign in to comment.