1 00:00:00,820 --> 00:00:03,670 In this section, you're going to completely change the way that you code. 2 00:00:07,150 --> 00:00:12,310 Here's you, and in module one, you learn how to solve problems using covid, now you're going to learn 3 00:00:12,310 --> 00:00:13,930 how to write high quality code. 4 00:00:15,900 --> 00:00:18,660 First, you're going to learn to plan your code around objects. 5 00:00:19,940 --> 00:00:24,440 You're going to define a car class from which you're going to create many car objects. 6 00:00:27,530 --> 00:00:32,090 You're also going to define a dealership class from which you're going to create a dealership object. 7 00:00:33,160 --> 00:00:38,920 In essence, you're going to program an application by using car and dealership objects, and in the 8 00:00:38,920 --> 00:00:43,300 end, like always, I'm going to challenge you to add interactivity to your app using scanner. 9 00:00:44,180 --> 00:00:48,060 The section is very exciting because you're going to learn what it means and what it takes to write 10 00:00:48,060 --> 00:00:49,300 a high quality code. 11 00:00:49,900 --> 00:00:50,840 So you in class.