Instructional Video1:25
Be Smart

What Is Evolution, Anyway? - 12 Days of Evolution #1

12th - Higher Ed
Some of the biggest evolution questions finally answered.
Instructional Video13:00
Crash Course

Darwin and Natural Selection: Crash Course History of Science

12th - Higher Ed
"Survival of the Fittest" sounds like a great WWE show but today we're talking about that phrase as it relates to Charles Darwin and Alfred Wallace. Darwin and Wallace are at the heart of understanding evolution and natural selection....
Instructional Video6:11
Professor Dave Explains

How Genetics Interacts with Biological Anthropology

12th - Higher Ed
Once the field of genetics was developed, our understanding of biology was completely transformed. How did this specifically impact the field of anthropology? From Mendel's laws to the Human Genome Project, let's learn about how our...
Instructional Video1:48
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Next Steps

Higher Ed
In this video, we will discuss some possible next steps to constantly improve our skillsets. This clip is from the chapter "Module 4" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover UML...
Instructional Video5:18
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Operator Overloading

Higher Ed
In this video, you will learn about plus operator overloading 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 STL...
Instructional Video6:28
Curated Video

Fundamentals of Object-Oriented Programming - C++ - STL - LIST

Higher Ed
In this video, you will learn about list standard template library. 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 Video7:20
Curated Video

Fundamentals of Object-Oriented Programming - C++ - STL - ALGORITHM

Higher Ed
In this video, you will learn about algorithm standard template library. 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...
Instructional Video11:31
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Member Functions

Higher Ed
In this video, you will learn about member functions. 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 Library)...
Instructional Video6:39
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Static Members

Higher Ed
In this video, you will learn about static class data. 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 Library)...
Instructional Video10:16
Curated Video

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

Higher Ed
In this video, you will learn about default, parameterized, and copy constructors. 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...
Instructional Video8:31
Curated Video

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

Higher Ed
In this video, you will learn about arrays. 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, recursion,...
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 Video10:34
Curated Video

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

Higher Ed
In this video, you will learn about functions and how to construct them in C++. 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 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 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 Video9:35
Curated Video

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

Higher Ed
In this video, you will explore the concept of polymorphism, a fundamental concept in OOP, and how it enables objects of different classes to be used interchangeably. You will learn about different types of polymorphism, including method...
Instructional Video7:53
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Operator Overloading

Higher Ed
In this video, you will learn about operator overloading in Python, which allows you to redefine the behavior of operators for custom classes. You will learn how to implement operator overloading to make your classes more powerful and...