1 00:00:00,009 --> 00:00:04,219 All right. So, welcome to what might just be the final section in this course? 2 00:00:04,230 --> 00:00:05,909 And in here we're talking about 3 00:00:06,190 --> 00:00:07,070 the oo 4 00:00:08,010 --> 00:00:11,720 the object oriented programming. 5 00:00:11,729 --> 00:00:14,909 Sounds like a mouthful, sounds very complicated. But don't worry, 6 00:00:15,060 --> 00:00:20,329 I'm going to cover all the basics in here. So this is going to be a big, big, big topic 7 00:00:20,440 --> 00:00:23,159 because believe it or not, if you can match the oo 8 00:00:24,680 --> 00:00:28,100 you can write some really amazing programs. OK? 9 00:00:28,110 --> 00:00:31,549 So in this section, we're gonna learn what objects are, 10 00:00:31,860 --> 00:00:34,840 we're going to talk about classes as well. OK. 11 00:00:34,849 --> 00:00:37,849 So what's the relationship between an object and a class? 12 00:00:38,009 --> 00:00:39,909 And of course, you're going to learn about methods. 13 00:00:39,919 --> 00:00:42,119 I'm going to give you plenty of examples. 14 00:00:42,130 --> 00:00:44,490 There's going to be a few coding exercises as well. 15 00:00:44,610 --> 00:00:49,159 You're also going to learn some very important concepts such as the encapsulation, 16 00:00:49,169 --> 00:00:50,250 Inheritance 17 00:00:50,419 --> 00:00:54,259 and even polymorphism. What exactly is polymorphism? 18 00:00:54,270 --> 00:00:56,159 That sounds very complicated, right? 19 00:00:56,169 --> 00:00:58,720 It's not as complicated as it sounds, don't worry about it. 20 00:00:58,990 --> 00:01:00,270 So it's going to be a very, 21 00:01:00,279 --> 00:01:03,590 very interesting topic and I'm pretty excited to teach you about 22 00:01:04,000 --> 00:01:07,010 oop. So as usual without wasting any more time, 23 00:01:07,389 --> 00:01:08,410 let's jump right in