1
00:00:02,430 --> 00:00:03,120
Hello everyone.

2
00:00:03,120 --> 00:00:06,150
So in the last video we started discussing about inheritance.

3
00:00:06,150 --> 00:00:07,820
I hope that is cleared.

4
00:00:07,850 --> 00:00:11,490
So so what we have is.

5
00:00:11,640 --> 00:00:15,950
So we discussed we have a working class and we have a class.

6
00:00:15,960 --> 00:00:20,280
God got a class will inherit from the working class.

7
00:00:20,280 --> 00:00:27,230
So we call the killer class as base class or parent class.

8
00:00:27,350 --> 00:00:27,630
OK.

9
00:00:27,630 --> 00:00:29,480
Basic class or parent class.

10
00:00:29,550 --> 00:00:33,180
And we will call the class God as they drive the class

11
00:00:36,160 --> 00:00:40,240
or change the class.

12
00:00:40,270 --> 00:00:44,140
OK so in this video we will learn about ordinary dance and tics.

13
00:00:44,200 --> 00:00:44,430
OK.

14
00:00:44,440 --> 00:00:45,130
So let's start

15
00:00:48,750 --> 00:00:50,650
so we have a class vehicle.

16
00:00:50,730 --> 00:00:55,980
So this class vehicle has three properties max speed number of tires and Collette property.

17
00:00:55,980 --> 00:01:02,240
So the max built property is private number of days properties protected property and declared property

18
00:01:02,240 --> 00:01:04,100
is the public property.

19
00:01:04,110 --> 00:01:04,590
OK.

20
00:01:04,680 --> 00:01:05,100
So

21
00:01:08,250 --> 00:01:13,560
so since the killer property is a public property it can be used anywhere inside or outside the class.

22
00:01:13,930 --> 00:01:14,470
OK.

23
00:01:14,520 --> 00:01:16,800
So number of nice properties are protected properties.

24
00:01:16,800 --> 00:01:20,000
So it can only be used in the derived class.

25
00:01:20,010 --> 00:01:22,080
It can be used inside the vicar class.

26
00:01:22,080 --> 00:01:27,290
And if we want to use the protected property outside the class then it will be used only in the derived

27
00:01:27,300 --> 00:01:28,900
classes of the because last.

28
00:01:28,950 --> 00:01:33,990
And since that makes properties private property so it cannot be used outside the class.

29
00:01:33,990 --> 00:01:36,450
It can only be used inside the victim's class only.

30
00:01:36,960 --> 00:01:37,540
Okay.

31
00:01:37,620 --> 00:01:44,080
So now what we will do we will create a class God the class Colville inherited from the victim class.

32
00:01:44,270 --> 00:01:44,550
Okay.

33
00:01:44,550 --> 00:01:45,880
So what will happen.

34
00:01:46,020 --> 00:01:54,450
So virtualize index so first you will write the keyword class then the name of the class which is God

35
00:01:54,810 --> 00:01:55,670
then column.

36
00:01:55,830 --> 00:02:00,100
Then we will write access specified.

37
00:02:00,110 --> 00:02:05,130
Now this access specified can be public private and protected then the name of the class which you want

38
00:02:05,130 --> 00:02:08,290
to inherit so many of the classes we call.

39
00:02:08,370 --> 00:02:09,240
And that's all.

40
00:02:09,240 --> 00:02:11,640
So this is this index for inheritance.

41
00:02:11,640 --> 00:02:11,970
Okay.

42
00:02:12,000 --> 00:02:14,730
So the value of x is specified.

43
00:02:14,910 --> 00:02:17,130
It can be private.

44
00:02:17,130 --> 00:02:22,020
It can be public and it can be protected.

45
00:02:22,080 --> 00:02:22,310
Okay.

46
00:02:22,320 --> 00:02:24,620
So what is the meaning of access specified.

47
00:02:24,690 --> 00:02:29,680
So it will specify how we will be able to access the properties of the base class.

48
00:02:29,760 --> 00:02:30,060
Okay.

49
00:02:30,060 --> 00:02:35,790
It specifies how we will be able to access the properties of the base class.

50
00:02:35,990 --> 00:02:37,220
Okay so let's see in good

51
00:02:41,870 --> 00:02:48,110
So class car column then the access specify let's say the access specified is public.

52
00:02:48,200 --> 00:02:53,450
We will see private and protected also but for now let's say the Express divide is public.

53
00:02:53,450 --> 00:02:55,760
And the name of the class which is we call.

54
00:02:55,990 --> 00:02:56,590
Okay.

55
00:02:56,600 --> 00:02:59,650
So what will happen if I had if I write this much code.

56
00:02:59,690 --> 00:03:01,010
So what I'm having it is

57
00:03:04,950 --> 00:03:08,170
so when I write this plane line number 16 what will happen.

58
00:03:08,190 --> 00:03:17,570
So I have this class so call class and I have another class so these classes got.

59
00:03:18,150 --> 00:03:18,750
Okay.

60
00:03:18,750 --> 00:03:28,330
So I have some private properties I have some public properties and I have some protected properties.

61
00:03:28,330 --> 00:03:32,660
And what I'm doing at line number 16 the access specified is public.

62
00:03:32,680 --> 00:03:35,750
So we are inheriting publicly okay.

63
00:03:35,770 --> 00:03:39,340
Class car is being inherited publicly.

64
00:03:39,340 --> 00:03:40,570
So what will happen.

65
00:03:40,600 --> 00:03:44,070
So private properties that cannot be used outside the class.

66
00:03:44,170 --> 00:03:50,760
So they cannot inherit we cannot inherit private properties because we cannot use them outside the class.

67
00:03:50,770 --> 00:03:52,890
So what will happen to the public properties.

68
00:03:53,110 --> 00:03:59,320
So the public properties will become the public properties of the Car class.

69
00:03:59,320 --> 00:04:06,680
Similarly the protected properties will become the protected properties of the car class.

70
00:04:06,700 --> 00:04:07,200
Okay.

71
00:04:07,240 --> 00:04:11,260
So at this moment where do the structure of the car class so

72
00:04:14,040 --> 00:04:17,670
the structure of the car class is something like this.

73
00:04:17,730 --> 00:04:19,120
This is called class.

74
00:04:19,200 --> 00:04:23,070
So inside the private we have nothing.

75
00:04:23,070 --> 00:04:23,600
Okay.

76
00:04:23,640 --> 00:04:29,910
So inside the protected field inside the predicted members we have only one member which is named Dias

77
00:04:29,940 --> 00:04:33,560
because of inheritance so pretty ridiculous.

78
00:04:33,570 --> 00:04:40,400
And I'm Dias and inside the public properties we have string colored.

79
00:04:40,510 --> 00:04:40,750
Okay.

80
00:04:40,770 --> 00:04:42,230
So we have color.

81
00:04:42,360 --> 00:04:45,270
So this is the structure of guide class.

82
00:04:45,270 --> 00:04:45,840
Okay.

83
00:04:45,870 --> 00:04:49,860
After line number 16 this will be the structure of the kind of class.

84
00:04:50,540 --> 00:04:50,790
Okay.

85
00:04:50,790 --> 00:04:56,730
So once again private properties never inherited because they cannot be used outside the class public

86
00:04:56,730 --> 00:04:59,590
properties will become public members.

87
00:04:59,640 --> 00:05:03,780
And similarly the protected members will become the protected members of the court class.

88
00:05:03,780 --> 00:05:04,080
Okay.

89
00:05:04,110 --> 00:05:08,270
So this is the case when we are inheriting publicly okay.

90
00:05:08,400 --> 00:05:14,590
So this is the result of inheritance now car class can also have its own properties.

91
00:05:14,730 --> 00:05:22,110
Okay so let's include So let's say car class has some public properties of its own.

92
00:05:22,480 --> 00:05:27,670
And let's say the name of the properties number of girls.

93
00:05:27,730 --> 00:05:28,780
Okay so name gives

94
00:05:33,160 --> 00:05:33,700
okay.

95
00:05:33,770 --> 00:05:42,030
Now let us know what will happen at this lane what if this scenario at this lane so

96
00:05:45,990 --> 00:05:49,820
this is guy glass private.

97
00:05:49,930 --> 00:05:53,860
We do not have anything inside the protected.

98
00:05:53,860 --> 00:06:03,600
We have one property which is number of tires so numb tires and inside the public we have two properties

99
00:06:03,600 --> 00:06:04,270
now.

100
00:06:04,350 --> 00:06:06,640
So one is to do inheritance which is color.

101
00:06:07,350 --> 00:06:08,930
So this is due to inheritance.

102
00:06:08,970 --> 00:06:11,490
And the second property is the property of Decatur Plaza.

103
00:06:11,520 --> 00:06:16,030
So it is a number of gears Nam gives okay.

104
00:06:16,050 --> 00:06:21,330
So although we can see only when properties although we can see only one property inside the car glass.

105
00:06:21,480 --> 00:06:23,210
But actually we have three properties.

106
00:06:23,220 --> 00:06:27,220
Number of tires color and name gives okay.

107
00:06:27,280 --> 00:06:29,330
So let's say the print function.

108
00:06:29,330 --> 00:06:29,550
Okay

109
00:06:33,430 --> 00:06:36,410
so let's say the print function white paint.

110
00:06:37,450 --> 00:06:43,510
Now inside the print function let us try to print the value of number of days.

111
00:06:43,610 --> 00:06:44,570
So see out

112
00:06:55,960 --> 00:06:58,170
so line number two in doing this correct.

113
00:06:58,200 --> 00:07:01,560
Man class car property has the property number of days.

114
00:07:01,570 --> 00:07:01,800
Okay.

115
00:07:01,810 --> 00:07:03,800
So let me first write everything.

116
00:07:03,920 --> 00:07:05,420
We will see what Debra.

117
00:07:05,440 --> 00:07:06,750
What are the properties that we have.

118
00:07:06,760 --> 00:07:08,410
And what are the properties that we don't have

119
00:07:11,620 --> 00:07:13,210
let us try to print colored

120
00:07:23,380 --> 00:07:25,930
and let us try to print the number of gifts

121
00:07:31,170 --> 00:07:34,020
also let us try to print max speed.

122
00:07:34,020 --> 00:07:34,740
So see owed

123
00:07:37,690 --> 00:07:38,380
max speed

124
00:07:48,940 --> 00:07:49,330
OK.

125
00:07:49,350 --> 00:07:50,530
So what is the scenario

126
00:07:55,730 --> 00:07:57,920
so we have a glass car

127
00:08:01,030 --> 00:08:05,170
so inside the glass got inside the private properties.

128
00:08:05,180 --> 00:08:09,860
We don't have anything for predicted.

129
00:08:09,940 --> 00:08:13,710
We have a number of tires due to inheritance due to inheritance.

130
00:08:13,720 --> 00:08:20,460
Publicly we are inheriting publicly this whole number of tires and inside the public.

131
00:08:20,690 --> 00:08:21,850
We have two properties.

132
00:08:21,860 --> 00:08:23,900
One is due to inheritance which is color.

133
00:08:24,560 --> 00:08:31,080
And the second one is the property of the Aquatic class which is number of games name games.

134
00:08:31,100 --> 00:08:31,610
Okay.

135
00:08:31,730 --> 00:08:33,590
So this line is great.

136
00:08:33,680 --> 00:08:35,860
We can access number of tires.

137
00:08:35,870 --> 00:08:36,290
Why.

138
00:08:36,290 --> 00:08:41,580
Because number of diocese a protected property and predicted property can be used inside derived class.

139
00:08:41,900 --> 00:08:49,370
So it is correct color we can access color because it's a public property we can access number of gays

140
00:08:49,400 --> 00:08:53,180
because it's a public property can be accessed mixed speed.

141
00:08:53,180 --> 00:08:59,250
No we cannot access max speed because class car does not have any max speed property.

142
00:08:59,370 --> 00:08:59,870
Okay.

143
00:08:59,960 --> 00:09:03,990
So if you will win this fight we will get an edit for max speed.

144
00:09:04,010 --> 00:09:04,560
Okay.

145
00:09:04,580 --> 00:09:13,250
So let's see let's try to run this file so we will get an added max speed.

146
00:09:13,250 --> 00:09:14,450
Let's see what is there at

147
00:09:20,280 --> 00:09:22,250
so we can see max speed is private.

148
00:09:22,320 --> 00:09:22,600
OK.

149
00:09:22,620 --> 00:09:28,230
So inside the print function we are getting that ad that max speed is private.

150
00:09:28,230 --> 00:09:30,200
Basically it will not be inherited.

151
00:09:30,210 --> 00:09:34,180
So the class got Robert it doesn't have any property max speed.

152
00:09:34,540 --> 00:09:34,850
Okay.

153
00:09:34,860 --> 00:09:36,430
So what is what is happening now.

154
00:09:36,430 --> 00:09:37,700
It is.

155
00:09:37,830 --> 00:09:45,600
So when we do when the car class in that it's publicly when the access specified is public what will

156
00:09:45,600 --> 00:09:46,470
happen.

157
00:09:46,470 --> 00:09:53,430
So the public properties of the vehicles class will become the public properties of the car class.

158
00:09:53,440 --> 00:09:54,060
Okay.

159
00:09:54,090 --> 00:09:56,710
The protected properties of the vehicle.

160
00:09:56,710 --> 00:10:06,910
Class are now also that protected properties of Decatur class and the private properties since they

161
00:10:06,910 --> 00:10:08,860
cannot be used outside the class.

162
00:10:08,920 --> 00:10:12,070
So private properties does not participate in inheritance.

163
00:10:12,450 --> 00:10:12,930
Okay.

164
00:10:13,030 --> 00:10:14,160
So this is the scenario.

165
00:10:15,150 --> 00:10:15,390
Okay.

166
00:10:15,400 --> 00:10:18,370
So let's try to create some object of the class and let's see

167
00:10:21,560 --> 00:10:24,060
so this this line is this line will not work.

168
00:10:24,080 --> 00:10:25,220
This is wrong.

169
00:10:25,220 --> 00:10:30,610
Now let's turn this file so this time our code is running no

170
00:10:33,510 --> 00:10:36,760
so let's create some objects of the week in class.

171
00:10:37,290 --> 00:10:39,080
So we call we.

172
00:10:39,720 --> 00:10:46,200
So can we access the killer property without color let's say the color is blue

173
00:10:49,390 --> 00:11:01,230
Can we access the max speed property let's say we dart max speed as food and we dart number of tires

174
00:11:02,510 --> 00:11:06,360
as let's say again forward.

175
00:11:06,450 --> 00:11:11,240
Okay so if we will win this fight will we get any of it.

176
00:11:11,360 --> 00:11:12,620
So let's try to understand

177
00:11:15,970 --> 00:11:25,940
so we have a class we call so and say that because lives in the private properties what we have we have

178
00:11:25,940 --> 00:11:26,600
max speed

179
00:11:30,090 --> 00:11:35,720
for the protected property we have number of tyres num tires

180
00:11:38,260 --> 00:11:47,710
and inside the public we have only one property which is called Okay so we don't collide goes blue.

181
00:11:47,730 --> 00:11:51,030
This is right because the color is public color is public.

182
00:11:51,060 --> 00:11:52,270
So this is right.

183
00:11:52,520 --> 00:11:54,440
We dot max speed this.

184
00:11:54,720 --> 00:11:58,540
Is this right or wrong this is wrong because max speed is a private property.

185
00:11:58,590 --> 00:12:01,810
It can only be used inside the vehicle class.

186
00:12:01,860 --> 00:12:02,550
Okay.

187
00:12:02,580 --> 00:12:03,710
Number of days.

188
00:12:03,780 --> 00:12:05,690
So this is a protected property.

189
00:12:05,850 --> 00:12:10,440
Number of days that predicted property and protected property can be used inside the vehicle class.

190
00:12:10,440 --> 00:12:15,540
And if we want to use number of tires outside the vehicle class then it can only be used inside.

191
00:12:15,540 --> 00:12:16,880
Did it have the classes.

192
00:12:16,890 --> 00:12:18,770
So we can reduce it inside the mean.

193
00:12:19,010 --> 00:12:19,520
Okay.

194
00:12:19,560 --> 00:12:22,830
So line number 30 and line number 31 both are wrong.

195
00:12:22,860 --> 00:12:24,870
So we will get at it if we we're in this file.

196
00:12:24,930 --> 00:12:26,330
Okay uh let's see

197
00:12:29,580 --> 00:12:33,510
so this time we will get to errors for the max speed and for the number of tires

198
00:12:37,060 --> 00:12:42,910
so the error is first that is due to max speed because the max rate properties private and the second

199
00:12:43,000 --> 00:12:46,360
that is due to number of times because it is protected.

200
00:12:46,360 --> 00:12:47,300
Okay.

201
00:12:47,350 --> 00:12:51,310
And protected property can be used inside the derived classes

202
00:12:55,180 --> 00:12:58,290
so let's make let's come and get out

203
00:13:01,790 --> 00:13:04,090
now let us create the object of a class.

204
00:13:04,300 --> 00:13:11,360
So Ghazi let us try to understand the killer property so the killer property is deep public property

205
00:13:11,360 --> 00:13:12,560
so we can access it.

206
00:13:12,920 --> 00:13:14,180
Let's say the killer is black

207
00:13:17,470 --> 00:13:21,520
so can we exist the number of times property no dice property

208
00:13:25,120 --> 00:13:27,280
so let's say the number of dice is food.

209
00:13:27,310 --> 00:13:31,590
So can we accept a number of nice property number of tax properties the protected property.

210
00:13:32,050 --> 00:13:35,650
Let's see in some time and let's say the number of givers

211
00:13:39,840 --> 00:13:43,620
the number of gears are five okay.

212
00:13:43,900 --> 00:13:46,360
So what will happen if a million this file

213
00:13:56,340 --> 00:14:07,630
so the structure of God class is very simply inside the private we don't have anything.

214
00:14:08,090 --> 00:14:14,450
And inside the protected property we have one property you do inheritance and that property is named

215
00:14:14,450 --> 00:14:18,200
Dias and inside the public.

216
00:14:18,200 --> 00:14:19,190
We have two properties.

217
00:14:19,190 --> 00:14:21,370
One is to do inheritance which is collect.

218
00:14:21,410 --> 00:14:29,480
And second is the property of the kind of class which is named gives Okay so we can access color because

219
00:14:29,480 --> 00:14:33,690
it's public we can access numbers because it is also public.

220
00:14:33,800 --> 00:14:34,770
But can we exist.

221
00:14:34,780 --> 00:14:41,710
Number of days it is a protected property and protected property can be used inside their derived class.

222
00:14:41,720 --> 00:14:43,680
And we are using it inside the mean.

223
00:14:44,480 --> 00:14:44,780
Okay.

224
00:14:44,810 --> 00:14:48,860
So line number type 5 this line will throw us at it.

225
00:14:49,280 --> 00:14:49,950
Okay.

226
00:14:50,060 --> 00:14:51,270
This line will throw us.

227
00:14:51,320 --> 00:14:51,770
Let's see

228
00:14:57,840 --> 00:15:04,810
so if you see we will get at it number of days property is a protected property.

229
00:15:04,810 --> 00:15:05,490
Okay.

230
00:15:05,770 --> 00:15:07,180
See the line number 35.

231
00:15:07,250 --> 00:15:10,530
Edit within the statement number of diocese protected property.

232
00:15:10,540 --> 00:15:11,860
Okay.

233
00:15:12,670 --> 00:15:22,490
Now let's come and doubt out okay now let's send this file so our file is running without any added

234
00:15:24,560 --> 00:15:25,580
okay.

235
00:15:25,760 --> 00:15:26,150
So

236
00:15:31,760 --> 00:15:34,450
so we have this property card God we have this glass God

237
00:15:37,450 --> 00:15:51,120
private is empty protected member is only one which is name Dias and public it has two properties color

238
00:15:52,280 --> 00:15:54,440
and the second one is numb gives

239
00:15:57,210 --> 00:15:57,680
okay.

240
00:15:57,770 --> 00:16:00,020
So what will happen if I inherit God.

241
00:16:00,030 --> 00:16:12,000
Plus publicly let's say I have a glass horn pretty so this is an absolutely glass and steel glass is

242
00:16:12,030 --> 00:16:14,630
it inheriting God or glass publicly.

243
00:16:14,680 --> 00:16:16,690
So what is the role for publicly.

244
00:16:16,750 --> 00:16:20,000
First of all private properties do not participate in inheritance.

245
00:16:20,170 --> 00:16:23,630
So private will be empty.

246
00:16:23,850 --> 00:16:24,630
Okay.

247
00:16:24,630 --> 00:16:30,120
And since we are inheriting publicly what will happen protectorate will become protected so protected

248
00:16:30,120 --> 00:16:31,720
property.

249
00:16:32,430 --> 00:16:40,500
It will contain them dies and public will become public so public have two properties color and name

250
00:16:40,500 --> 00:16:40,950
gives

251
00:16:45,420 --> 00:16:45,930
okay.

252
00:16:46,070 --> 00:16:51,220
So this is the case when the home that's ridiculous is inheriting the god class publicly.

253
00:16:51,470 --> 00:16:51,900
Okay.

254
00:16:51,980 --> 00:16:53,720
We have two more access specified.

255
00:16:54,200 --> 00:16:59,990
So in this case the in Texas glass Honda glass on density

256
00:17:02,550 --> 00:17:04,130
public access specify.

257
00:17:04,140 --> 00:17:04,950
And God.

258
00:17:05,610 --> 00:17:10,260
Okay so we can use private and protected here also.

259
00:17:10,260 --> 00:17:13,450
Okay we have three access specified public private and protected.

260
00:17:13,470 --> 00:17:16,360
We have seen the code for public.

261
00:17:16,440 --> 00:17:22,440
No let us try to understand what will happen in the case of protected and private okay.

262
00:17:22,590 --> 00:17:23,020
So

263
00:17:28,660 --> 00:17:32,330
okay so this is our biggest loss and this is kind of close.

264
00:17:32,560 --> 00:17:41,000
And this is because glass and this is kind of glass okay so we have private.

265
00:17:41,800 --> 00:17:45,060
We have protected and we have public.

266
00:17:46,890 --> 00:17:47,390
Okay.

267
00:17:47,470 --> 00:17:53,890
So if the car glass if the vehicle glass if we inherit the vehicle glass protected using the excess

268
00:17:53,890 --> 00:17:55,960
specified predicted what will happen.

269
00:17:55,960 --> 00:17:59,730
So first of all private properties do not participate in inheritance.

270
00:17:59,770 --> 00:18:00,420
Okay.

271
00:18:00,460 --> 00:18:01,380
And what will happen.

272
00:18:01,390 --> 00:18:09,230
Protected properties will become the protected properties and the public properties will also become

273
00:18:09,380 --> 00:18:13,260
predicted properties okay.

274
00:18:13,270 --> 00:18:26,110
Now what will happen if the vacant loss if we use the excess specified private so this has private protected

275
00:18:26,110 --> 00:18:35,160
and public so private properties do not participate in inheritance protected properties will become

276
00:18:35,690 --> 00:18:42,800
the private properties and the public properties also will become the private properties.

277
00:18:42,810 --> 00:18:43,310
Okay.

278
00:18:43,380 --> 00:18:46,100
So this is the case for protected and private.

279
00:18:46,200 --> 00:18:47,060
Okay.

280
00:18:47,250 --> 00:18:55,260
Now what will happen if the god class is being if the home city class is inheriting that God class.

281
00:18:55,410 --> 00:19:00,130
So we have only 30 class and let's say the excess specified is public.

282
00:19:00,180 --> 00:19:06,270
So what will happen since this god class has the private properties and buried properties do not participate

283
00:19:06,270 --> 00:19:07,120
in inheritance.

284
00:19:07,140 --> 00:19:08,940
So the only asset class will be empty.

285
00:19:09,680 --> 00:19:10,130
Okay.

286
00:19:10,170 --> 00:19:13,170
So nothing nothing will be inherited.

287
00:19:13,170 --> 00:19:13,410
Okay.

288
00:19:13,420 --> 00:19:18,670
Because God class only has private properties and private properties nor participate in inheritance.

289
00:19:18,690 --> 00:19:22,000
So when does a thick glass will be empty okay.

290
00:19:22,040 --> 00:19:31,660
Now what lasting so ever lasting is here we using excess specify public now what will happen if I do

291
00:19:31,660 --> 00:19:37,700
not mention any excess specified Okay so by default the excess modifier is private.

292
00:19:37,960 --> 00:19:38,260
Okay.

293
00:19:38,260 --> 00:19:47,430
So what I want to convey here is so if I will right glass God column vehicle.

294
00:19:47,830 --> 00:19:59,270
If I do not mention any excess specified so by default the excess specified is private okay by default

295
00:19:59,270 --> 00:20:01,190
the access specified is private.

296
00:20:01,190 --> 00:20:01,670
Okay.

297
00:20:01,820 --> 00:20:03,050
So I hope everything is clear.

298
00:20:03,050 --> 00:20:03,810
No.

299
00:20:04,070 --> 00:20:04,740
Okay.

300
00:20:05,060 --> 00:20:06,060
Thank you.
