1
00:00:00,330 --> 00:00:04,560
So now let's take a look at methods again and try to figure out what is happening.

2
00:00:05,010 --> 00:00:09,210
So if we just take a look at that handwritten password, which is parent, which is our parent method

3
00:00:09,210 --> 00:00:11,160
that is going to call up other two methods?

4
00:00:11,580 --> 00:00:17,280
So what this handwritten password is going to do, it is going to generate a catalyst that is going

5
00:00:17,280 --> 00:00:23,100
to be this long, which will be consisting of our numbers or uppercase letters are lowercase letters

6
00:00:23,100 --> 00:00:24,480
as well as special symbols.

7
00:00:25,050 --> 00:00:26,160
And then what?

8
00:00:27,360 --> 00:00:28,650
Create Pass is going to do.

9
00:00:28,980 --> 00:00:33,730
Basically, it is going to do it is going to ensure that there are only 20 or the number specified by

10
00:00:33,730 --> 00:00:35,470
our users letters in our password.

11
00:00:35,970 --> 00:00:38,430
And how are those letters going to come into a password?

12
00:00:38,710 --> 00:00:45,060
For that, we have created a random index get random index that is going to randomly select any of these

13
00:00:45,060 --> 00:00:50,790
numbers where, for example, it might select seven events at em and then B, and it is going to select

14
00:00:50,790 --> 00:00:54,390
a question mark, then a bound sign and it is going to do that.

15
00:00:54,780 --> 00:00:58,980
Then we have reached a number of characters that a user wants in their password.

16
00:00:59,160 --> 00:01:00,830
And once it's done, it is going to stop.

17
00:01:00,840 --> 00:01:10,410
For example, a password might be at the end of three passes that might be gay comma, then a question

18
00:01:10,410 --> 00:01:11,520
mark and a hashtag.

19
00:01:11,730 --> 00:01:15,220
So it is going to randomly select any of these values to the point of dying time.

20
00:01:15,240 --> 00:01:18,330
Read each other specified number of characters.

21
00:01:18,630 --> 00:01:22,800
So this is what all is happening inside these three methods.

22
00:01:23,130 --> 00:01:24,120
And here a password.

23
00:01:24,120 --> 00:01:27,150
And we even done it with let's return our password.

24
00:01:30,860 --> 00:01:36,200
So, OK, so we are finished with creating all the three methods that we were in grammar to create.

25
00:01:36,620 --> 00:01:39,360
Now it's time to call these methods into our.
