1 00:00:00,440 --> 00:00:03,560 ‫In this chapter, you are going to learn inheritance. 2 00:00:03,560 --> 00:00:05,240 ‫So what is inheritance? 3 00:00:05,240 --> 00:00:06,060 ‫Well, of course. 4 00:00:06,080 --> 00:00:11,450 ‫Obviously, inheritance is where someone is inheriting something from someone. 5 00:00:11,840 --> 00:00:14,390 ‫But this is a little more complex, right? 6 00:00:14,390 --> 00:00:20,000 ‫Because we are also inheriting our genes and that is a little bit what inheritance is about. 7 00:00:20,000 --> 00:00:29,270 ‫So it's about passing on knowledge or passing on certain behavior to another class. 8 00:00:29,270 --> 00:00:36,680 ‫So you will build classes which will pass information to other classes by just being similar to them. 9 00:00:36,680 --> 00:00:42,080 ‫And you can then extend them and you're going to see how to do all of that, how inheritance works, 10 00:00:42,080 --> 00:00:44,210 ‫what the advantage of inheritance is. 11 00:00:44,210 --> 00:00:51,380 ‫You're going to see what super classes, base classes and all of those beautiful class names are. 12 00:00:51,380 --> 00:00:54,410 ‫And then we're also going to check out what interfaces are. 13 00:00:54,440 --> 00:00:57,350 ‫There will be a little challenge for you along the way. 14 00:00:57,350 --> 00:00:59,780 ‫Actually, there will be two challenges along the way. 15 00:00:59,780 --> 00:01:03,470 ‫So I hope you enjoy this chapter and see you in the next video.