1 00:00:00,360 --> 00:00:02,340 ‫All right, so now you're done with polymorphism. 2 00:00:02,340 --> 00:00:08,700 ‫You have seen how polymorphism works, what it is, how you can make sure that a class cannot inherit 3 00:00:08,700 --> 00:00:14,160 ‫from another class, how you can have an override of methods and all of the good stuff. 4 00:00:14,670 --> 00:00:22,140 ‫So now you can use this knowledge in order to write even more complex programs and even to work in a 5 00:00:22,140 --> 00:00:23,400 ‫team of people. 6 00:00:23,400 --> 00:00:27,360 ‫Because programming is something that you can do by yourself. 7 00:00:27,360 --> 00:00:29,760 ‫But it's more interesting to do it in a team. 8 00:00:29,760 --> 00:00:35,100 ‫But at the same time, there are new challenges that come up because someone could write some code that 9 00:00:35,100 --> 00:00:38,340 ‫attacks some other code and it won't work perfectly together. 10 00:00:38,340 --> 00:00:45,090 ‫Well, polymorphism is a way to make sure that that doesn't happen, at least not as often. 11 00:00:45,210 --> 00:00:51,900 ‫All right, so I'd say let's go over to the next chapter, which will be advanced C-sharp topic. 12 00:00:51,900 --> 00:00:59,310 ‫So a bunch of different topics which I didn't want to put into a specific chapter with something else, 13 00:00:59,310 --> 00:01:05,880 ‫but it's just a combination of really good knowledge that you will need throughout your C-sharp programming 14 00:01:05,880 --> 00:01:06,570 ‫career. 15 00:01:07,050 --> 00:01:09,000 ‫So see you in the next chapter.