File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
from its actual representation (generally for abstraction).
11
11
12
12
*What does this example do?
13
- This particular example uses a director function to abtract the
13
+ This particular example uses a director function to abstract the
14
14
construction of a building. The user specifies a Builder (House or
15
- Flat) and the director specifies the methods in the order necessary
16
- creating a different building depending on the specified
17
- specification (through the Builder class).
15
+ Flat) and the director specifies the methods in the order necessary,
16
+ creating a different building depending on the specification
17
+ (from the Builder class).
18
18
19
19
@author: Diogenes Augusto Fernandes Herminio <diofeher@gmail.com>
20
20
https://gist.github.com/420905#file_builder_python.py
You can’t perform that action at this time.
0 commit comments