about summary refs log tree commit diff
path: root/usth/ICT2.7/P3L3 Design Patterns Subtitles/11 - Choosing a Pattern Quiz - lang_en_vs4.srt
blob: 76a78e03f854dea985db6e1bdc154cae387bf834 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
00:00:00,160 --> 00:00:02,780
Now that we've discussed how to choose a pattern. Imagine that

2
00:00:02,780 --> 00:00:05,210
you have to write a class that can have only one

3
00:00:05,210 --> 00:00:08,090
instance. So to satisfy this requirement, I would like for you

4
00:00:08,090 --> 00:00:10,720
to pick one of the design patterns that we discussed in

5
00:00:10,720 --> 00:00:14,580
this lesson, and write the code here that satisfies that requirement.

6
00:00:14,580 --> 00:00:16,270
And when you write the code, please make sure that your

7
00:00:16,270 --> 00:00:21,140
class has only one method, without counting possible constructors, and that

8
00:00:21,140 --> 00:00:25,120
the class is called Singleton. And write your class right here.