mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 04:58:33 +00:00
docs: update prototype
This commit is contained in:
@@ -156,10 +156,6 @@ Here's the console output from running the example.
|
||||
08:36:19.014 [main] INFO com.iluwatar.prototype.App -- Orcish wolf attacks with laser
|
||||
```
|
||||
|
||||
## Detailed Explanation of Prototype Pattern with Real-World Examples
|
||||
|
||||

|
||||
|
||||
## When to Use the Prototype Pattern in Java
|
||||
|
||||
* When the classes to instantiate are specified at run-time, for example, by dynamic loading.
|
||||
|
||||
Reference in New Issue
Block a user