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
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2020-07-19 20:34:40 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2020-07-19 20:34:40 +0700
commit8a7dfa0972c83fd811a4296e7373574bea4a28d0 (patch)
tree16d37247e8b909ce5f885affd2b2473faab891fd /usth/ICT2.7/P3L3 Design Patterns Subtitles/11 - Choosing a Pattern Quiz - lang_en_vs4.srt
parentdc6f57c3af35f599abab2c4bac950654282cb519 (diff)
downloadcp-8a7dfa0972c83fd811a4296e7373574bea4a28d0.tar.gz
[usth/ICT2.7] Remove Udacity transcribes
Diffstat (limited to 'usth/ICT2.7/P3L3 Design Patterns Subtitles/11 - Choosing a Pattern Quiz - lang_en_vs4.srt')
-rw-r--r--usth/ICT2.7/P3L3 Design Patterns Subtitles/11 - Choosing a Pattern Quiz - lang_en_vs4.srt31
1 files changed, 0 insertions, 31 deletions
diff --git a/usth/ICT2.7/P3L3 Design Patterns Subtitles/11 - Choosing a Pattern Quiz - lang_en_vs4.srt b/usth/ICT2.7/P3L3 Design Patterns Subtitles/11 - Choosing a Pattern Quiz - lang_en_vs4.srt
deleted file mode 100644
index 76a78e0..0000000
--- a/usth/ICT2.7/P3L3 Design Patterns Subtitles/11 - Choosing a Pattern Quiz - lang_en_vs4.srt
+++ /dev/null
@@ -1,31 +0,0 @@
-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.