У нас вы можете посмотреть бесплатно OOP Lecture 1: Introduction to Object Oriented Programming или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this video, we will start with the basic concepts related to OOP. We will cover the motivation behind using OOP paradigm, see the difference between procedural and object oriented paradigm for programming. We will cover the four pillars of OOP that are abstraction, encapsulation, inheritance, and polymorphism. We will learn about access modifiers (public, private, protected). We will also learn about designing a basic class in C++ and using this class using object. Here’s a quick overview of what we’ll cover in this session. 1. Procedural vs Object-Oriented Approach 2. Understanding Objects and the Four Pillars of OOP 3. Basic Class Design 4. Defining Member Functions 0:00 Introduction 1:25 Problems with procedural programming 4:40 Why OOP? 7:08 What is an object? 12:22 Programming language vs paradigm 14:56 Four pillars of OOP 18:00 Basic class design 21:20 Access modifiers Don’t forget to subscribe, hit the bell icon, and follow the series so you never miss an update!