Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
4.4k views
in Technique[技术] by (71.8m points)

java - Design pattern in a cocktail process

i have to find a design pattern in a statement. Here is the statement:

" You are writing an application aiming at making cocktails. A cocktail contains several ingredients(according to the customer's order) and it can quickly become complex to prepare. However,the different steps in the preparation process remain the same: adding an alcohol, adding a syrup, etc. "

If you know a design pattern that would be appropriate to prepare these cocktails,type its name(1 word only)

So i think the design pattern suitable for that statement is:

Singleton. I chose the singleton design pattern because it uses one instance method and here we can assimilate an instance to" the preparation process(adding an alcohol,adding a syrup..)"

What do you think?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...