У нас вы можете посмотреть бесплатно C# Abstract Classes - What They Are, How to Use Them, and Best Practices или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
I get asked about abstract classes a lot. What they are, how they work, and why you should know about them. An easy way to think of an abstract class is to say that it fits between a full base class and an interface. Basically, it is a blend of the two. In this video, I am going to demonstrate what an abstract class is, how to use it, and when it makes sense to create an abstract class. Full courses: https://www.iamtimcorey.com/ Source Code: https://www.iamtimcorey.com/downloads... Patreon: / iamtimcorey Newsletter signup: https://signup.iamtimcorey.com/ Sponsors: Tuhafeni Angula (Patreon Subscriber) 0:00 - Intro 0:58 - Demo application walk-through 3:19 - Creating a base Class 5:53 - Making the base class abstract 8:44 - "Interface portion" in the abstract class. The blend of interface and base class 12:56 - Class inheritance in an abstract class 16:00 - When to use an abstract class