Instructional Video6:09
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Loops - FOR

Higher Ed
In this video, you will learn about the For loop. 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 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 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 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 Video10:04
ATHS Engineering

Mechanical Advantage Practice Part 2: AMA and Efficiency

9th - Higher Ed
In this video we review some practice problems about Actual Mechanical Advantage and Efficiency. This video is intended for Engineering students at Arsenal Tech HS.
Instructional Video8:38
Curated Video

EAC: What is Estimate at Completion?

10th - Higher Ed
I have already done a video answering the question ‘What is Earned Value Management (EVM)?’ And often, the most important measure in EVM is the Estimate at Completion (EAC). So, in this video, I want to answer the question, what is the...
Instructional Video6:16
Curated Video

Java Multithreading and Parallel Programming Masterclass - Parallel Array Search with CountDownLatch

Higher Ed
This video helps in searching for a parallel array with CountDownLatch.
Instructional Video6:35
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Exercise on Static Method (Part 3)

Higher Ed
In this video, you will continue to apply your knowledge of static methods through another practical exercise. You will be given more challenging problem statements and will learn how to design and implement static methods to solve them....
Instructional Video6:44
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Exercise on Static Method (Part 2)

Higher Ed
Continuing from the previous video, this exercise will provide further challenges in designing and implementing static methods to solve complex problems. You will apply your knowledge of static methods and their advanced usage to tackle...
Instructional Video4:40
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Static Method

Higher Ed
In this video, you will explore static methods in Python. You will understand the concept of static methods, which are methods that do not depend on the state of the instance or the class, and how to define and use them in your classes....
Instructional Video6:08
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Class Method (Part 1)

Higher Ed
In this video, you will dive into the concept of class methods in Python. You will learn how to define and use class methods, which are methods that are bound to the class and not the instance of the class. This video will cover the...
Instructional Video3:41
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Object Techniques + Class Variables (Part 1)

Higher Ed
In this video, you will dive into an exercise on class variables, where you will practice creating and manipulating class variables to understand their behavior and usage in OOP.
Instructional Video5:12
Curated Video

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

Higher Ed
In this video, you will explore class variables in Python OOP, how they differ from instance variables, and their use cases in creating shared attributes among class instances.
Instructional Video5:36
Curated Video

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

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

Python for OOP - The A to Z OOP Python Programming Course - Methods

Higher Ed
In this video, you will learn about methods, which are functions defined within a class. You will understand the different types of methods, such as instance methods, class methods, and static methods, and how to use them in your...
Instructional Video3:02
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Templates - Class and Function

Higher Ed
In this video, we will explore template classes and functions with a program where you will learn how to swap two variables. This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In...
Instructional Video13:23
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Classes - File I/O Program

Higher Ed
In this video, we will work on a patient data program and learn about input/output classes. This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will learn about...
Instructional Video3:32
Curated Video

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

Higher Ed
In this video, you will learn about file I/O readd Buffer class. 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...
Instructional Video4:49
Curated Video

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

Higher Ed
In this video, you will learn about file I/O classes such as fstream, ifstream, and ofstream. This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will learn...
Instructional Video2:54
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Friends - Functional Notation

Higher Ed
In this video, you will learn about Friends functional notation with our distance program. This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will learn about...
Instructional Video7:36
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Multi-dimensional Arrays

Higher Ed
In this video, you will learn about multi-dimensional arrays by working on a simple student grades program. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we...