У нас вы можете посмотреть бесплатно OOP Lecture 3: Functions and Object Interaction with some important concepts или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this session, we’ll explore how objects can be passed to functions, returned from functions, and what happens under the hood when this occurs. We’ll also see how constructors play a role in these interactions — especially when passing by value versus by reference. Further, we will also learn how to organize the code to multiple files (multi-file programs), what are copy constructors, what is the difference between shallow and deep copy, what is the significance of static and constant functions, and what is "this" pointer, how to implement cascading function calls using this pointer. We will also learn array of objects, and array of pointers to objects implemented both in static (on stack) and dynamic (on heap) way. 0:00 Introduction 1:51 Default and Parametrized constructors 3:11 Pass/return objects by value and by reference 5:31 Static data members and member functions 7:21 Constant data members and member functions 8:31 This pointer 11:31 Static array of objects 12:01 Dynamic array of objects 12:20 Array of pointers to objects Don’t forget to subscribe, hit the bell icon, and follow the series so you never miss an update!