Instructional Video6:25
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Arithmetic Operators

Higher Ed
In this video, you will learn about different arithmetic operators such as addition, subtraction, multiplication, division, and more. This clip is from the chapter "Module 1" of the series "Fundamentals of Object-Oriented Programming -...
Instructional Video4:36
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Recursion

Higher Ed
In this video, you will learn about recursion with a factorial program. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover statements and flow...
Instructional Video5:17
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Structures

Higher Ed
In this video, you will learn about data structures. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover statements and flow control, functions,...
Instructional Video5:45
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Header Files

Higher Ed
In this video, we will work on our simple calculator program and learn how to add header files. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover...
Instructional Video4:16
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Variable Scope

Higher Ed
In this video, you will learn about local and global variables. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover statements and flow control,...
Instructional Video2:59
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Constants

Higher Ed
In this video, you will learn how to write a program to calculate the area of a circle with const and float. This clip is from the chapter "Module 1" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we...
Instructional Video4:05
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Stringstream

Higher Ed
In this video, you will learn about Stringstream functions. This clip is from the chapter "Module 1" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will understand the purpose of OOP, the history of...
Instructional Video3:17
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Char

Higher Ed
In this video, you will learn about Char data types. This clip is from the chapter "Module 1" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will understand the purpose of OOP, the history of the...
Instructional Video6:57
Brainwaves Video Anthology

Andy Hargreaves - Leadership from the Middle: The Beating Heart of Educational Transformation

Higher Ed
Andy Hargreaves is Visiting Professor at the University of Ottawa in Canada and Research Professor at Boston College in the US. He is an elected member of the US National Academy of Education, former President of the International...
Instructional Video13:26
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Environment Setup and First Run

Higher Ed
In this video, you will learn how to download and install Code::Block IDE on our system, then learn how to set it up. This clip is from the chapter "Module 1" of the series "Fundamentals of Object-Oriented Programming - C++".In this...
Instructional Video10:28
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Introduction to Object-Oriented Programming

Higher Ed
In this video, you will learn the basics of object-oriented programming. You will understand the concept of objects and classes, and this video will provide a comprehensive overview of OOP in Python and its advantages.
Instructional Video8:06
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Exercise on Class

Higher Ed
In this video, you will apply what you have learned about classes through a practical exercise. You will be given a problem statement and will learn how to design and implement a class to solve the problem. This exercise will help you...
Instructional Video7:01
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Classes in Detail

Higher Ed
In this video, you will take an in-depth look at classes in Python, including their structure, usage, and benefits. You will also explore the importance of __init__ and self in class code, using practical examples for better understanding.
Instructional Video8:37
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Create Your First Class with OOP

Higher Ed
In this video, you will learn how to create your first class in Python using OOP principles. You will understand the syntax for defining a class, creating objects, and initializing attributes. This video will provide a step-by-step guide...
Instructional Video0:13
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Module 4 Summary

Higher Ed
In this video, we will be summarizing your learning from this module. This clip is from the chapter "Module 4" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover UML case studies, abstract...
Instructional Video10:29
Curated Video

Fundamentals of Object-Oriented Programming - C++ - UML Abstract Class - ATM Part 3

Higher Ed
In this video, we will work on the transaction class and add reporting to our ATM system. This clip is from the chapter "Module 4" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover UML case...
Instructional Video14:38
Curated Video

Fundamentals of Object-Oriented Programming - C++ - UML Abstract Class - ATM Part 2

Higher Ed
In this video, we will work on the child classes called SavingAccount and CheckingAccount. This clip is from the chapter "Module 4" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover UML case...
Instructional Video10:49
Curated Video

Fundamentals of Object-Oriented Programming - C++ - UML Abstract Class - ATM Part 1

Higher Ed
In this video, we will work on an ATM case study where will be creating a simple program to fulfil the requirements as per the given UML diagram. In this first part, we will create an account class and add the main methods. This clip is...
Instructional Video14:32
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Abstract Class

Higher Ed
In this video, we will get introduced to the inheritance UML abstract class with the help of a case study. This clip is from the chapter "Module 4" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we...
Instructional Video9:18
Curated Video

Fundamentals of Object-Oriented Programming - C++ - UML Inheritance - Employee Part 3

Higher Ed
In this video, we will start adding information to our manager class. This clip is from the chapter "Module 4" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover UML case studies, abstract...
Instructional Video15:03
Curated Video

Fundamentals of Object-Oriented Programming - C++ - UML Inheritance - Employee Part 2

Higher Ed
In this video, we will begin implementing the data members in the classes by adding properties and methods for each class. This clip is from the chapter "Module 4" of the series "Fundamentals of Object-Oriented Programming - C++".In this...
Instructional Video5:22
Curated Video

Fundamentals of Object-Oriented Programming - C++ - UML Inheritance - Case Study - Employee Part 1

Higher Ed
In this video, we will first understand what inheritance is. Then we will have a look at an employee inheritance hierarchy with a UML diagram. Based on the information in the diagram, we will be writing a program to fulfil the...
Instructional Video0:57
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Module 4 Objectives

Higher Ed
In this video, we will cover the learning objective of this module. This clip is from the chapter "Module 4" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover UML case studies, abstract...
Instructional Video0:36
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Module 3 Summary

Higher Ed
In this video, we will be summarizing your learning from this module. This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will learn about STL (Standard Template...