Update README.md
This commit is contained in:
parent
522cdfe277
commit
db4625b9fe
@ -70,3 +70,5 @@
|
||||
##Template method
|
||||
**Intent:** Define the skeleton of an algorithm in an operation, deferring some steps to subclasses. Template method lets subclasses redefine certain steps of an algorithm without changing the algorithm's structure.
|
||||
|
||||
##Visitor
|
||||
**Intent:** Represent an operation to be performed on the elements of an object structure. Visitor lets you define a new operation without changing the classes of the elements on which it operates.
|
||||
|
Loading…
x
Reference in New Issue
Block a user