1
00:00:00,540 --> 00:00:04,800
So now let us take a look at the methods that we are supposed to make so that we can run our program.

2
00:00:05,250 --> 00:00:10,290
So basically, there are three main methods that we're making so that we can generate a password.

3
00:00:10,980 --> 00:00:15,360
So let's the first method is going to be handler generator.

4
00:00:18,880 --> 00:00:20,890
So basically, what's the function of this password?

5
00:00:21,580 --> 00:00:25,300
What's the function of this particular method, it's that it is going to handle our password generation

6
00:00:25,300 --> 00:00:27,790
task and it is going to be an out of function.

7
00:00:29,850 --> 00:00:31,800
OK, so this is going to be our first method.

8
00:00:32,310 --> 00:00:35,970
Now, apart from this method, will be needing another method into our application.

9
00:00:36,240 --> 00:00:40,290
And this method is going to be called as let's name it caused.

10
00:00:42,080 --> 00:00:42,740
Password.

11
00:00:46,600 --> 00:00:49,820
This is going to create a password, so we limit limit a.

12
00:00:50,980 --> 00:00:53,950
And this matter is going to be another function.

13
00:00:54,760 --> 00:01:00,130
So basically what this head of key is that will be calling a handler password method, which is going

14
00:01:00,130 --> 00:01:02,950
to call a password created that is going to create a password and return.

15
00:01:02,950 --> 00:01:09,220
It did not during the password creation phase when you were using a password creation method by the

16
00:01:09,220 --> 00:01:09,570
creator.

17
00:01:09,580 --> 00:01:18,820
I mean, it revealed we need another method and this is going to be called as generate random index.

18
00:01:19,540 --> 00:01:22,750
And this is again going to be out of function.

19
00:01:24,640 --> 00:01:30,650
So in order to take a look at the how to give up, so we will be calling a legendary password and generate

20
00:01:30,650 --> 00:01:35,740
a password, which will in turn call a password creator, which will call out to us or generate random

21
00:01:35,740 --> 00:01:36,190
index.

22
00:01:36,760 --> 00:01:38,200
So this is a hierarchy.

23
00:01:38,470 --> 00:01:41,740
So let's first make our password generator password.

24
00:01:42,040 --> 00:01:43,600
I mean, kind of generate password.
