1
00:00:00,120 --> 00:00:04,710
All right, so now we're done with the object oriented programming chapter in this chapter, you have

2
00:00:04,710 --> 00:00:10,890
seen what object oriented programming is, how classes and objects work, how to create objects of classes,

3
00:00:11,160 --> 00:00:17,130
how to create instances pretty much of classes then what members of classes are.

4
00:00:17,490 --> 00:00:26,340
Then we have seen how to use interfaces, how to use inheritance, how to also use data classes and

5
00:00:26,340 --> 00:00:27,390
what scope is.

6
00:00:27,630 --> 00:00:28,050
All right.

7
00:00:28,080 --> 00:00:34,290
So these are going to be very important fundamentals that you will need throughout the next chapter.

8
00:00:34,320 --> 00:00:41,640
So we are going to use all of them at one point or at many points, depending on which specific topic

9
00:00:41,640 --> 00:00:42,240
we are looking at.

10
00:00:42,420 --> 00:00:46,140
And many of the things that we have learned are going to happen in the background.

11
00:00:46,170 --> 00:00:53,820
So many of the functionality that we have seen is actually used already quite a bit by Android itself

12
00:00:53,820 --> 00:00:59,100
or better set by the different classes that there are already when it comes to Android development.

13
00:00:59,100 --> 00:01:01,250
And we are using quite some of them.

14
00:01:01,260 --> 00:01:09,330
So we are constantly already using inheritance because we are using the app activity in our main activity.

15
00:01:09,330 --> 00:01:10,550
So we're inheriting from it.

16
00:01:11,310 --> 00:01:18,090
And you will recognize more and more of those things once we get to developing more complex applications.

17
00:01:18,240 --> 00:01:20,390
OK, so thanks a lot for being with me.

18
00:01:20,640 --> 00:01:22,590
And let's get to the next chapter.

19
00:01:22,620 --> 00:01:23,220
See you there.

