Instructional Video15:48
Curated Video

Complete Python Scripting for Automation - Constructor of a class

Higher Ed
OOPS for Real Time: Constructor of a class This clip is from the chapter "OOPS for Real Time" of the series "Complete Python Scripting for Automation".In this section, the author introduces OOPS and object attributes, constructor of a...
Instructional Video3:49
Curated Video

Mastering Swift 2 Programming (Video 8)

Higher Ed
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Instructional Video6:49
Curated Video

TypeScript for Beginners - Creating Child Objects

Higher Ed
This video demonstrates how to create child objects. This clip is from the chapter "Inheritance" of the series "TypeScript for Beginners".This section introduces you to the concept of inheritance and explains how to use it.
Instructional Video24:26
Curated Video

C++ for Beginners - Encapsulation, Part 1

Higher Ed
In this video, your instructor discusses encapsulation and the benefits of object-oriented programming. This clip is from the chapter "Classes and Objects" of the series "C++ for Beginners".Objects and Inheritance
Instructional Video7:42
Curated Video

Core Java Programming Course- Protected Access

Higher Ed
This video explains what is protected access. This clip is from the chapter "Inheritance and Abstraction" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains inheritance and abstraction in...
Instructional Video9:33
msvgo

Theories of Evolution

K - 12th
The nugget explains the different theories of evolution (mutation theory, theory of natural selection, theory of inheritance) with examples.
Instructional Video7:06
History Hit

How Christianity Shapes Our Morality: Humanism

12th - Higher Ed
Listen to Tom Holland's thoughts on humanism and science. How Christianity Shapes Our Morality, Part 5
Instructional Video10:30
Curated Video

Introduction to Genetic Diagrams for Single Gene Inheritance

Higher Ed
This video provides an explanation of genetic diagrams and their use in studying single gene inheritance, also known as monohybrid inheritance. Using the example of superpowers inherited through a single gene, the video demonstrates how...
Instructional Video8:23
Curated Video

Fossils: Evidence for Evolution and Extinction

Higher Ed
This video explains the use of fossils as evidence for the theory of evolution by natural selection. It describes the three main ways in which fossils can be formed, and how they provide evidence of organisms that lived millions of years...
Instructional Video11:31
Curated Video

Complete Java SE 8 Developer Bootcamp - Chaining Constructors

Higher Ed
The author takes a leap from the “this” constructor to chaining constructors between super and subtypes. This clip is from the chapter "Inheritance" of the series "Complete Java SE 8 Developer Bootcamp".Inheritance helps to build new...
Instructional Video6:22
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 12 - Java Inheritance - Puzzles - Multiple Inheritance, Reference Variables

Higher Ed
In this session, we will learn about Java inheritance - puzzles - multiple inheritance, reference variables. This clip is from the chapter "Object-Oriented Programming Again" of the series "Java Programming for Complete Beginners - Java...
Instructional Video3:11
Curated Video

Learning Dart (Video 9)

Higher Ed
Dart is a new open source programming language for the web. Developed by Google, Dart is gaining popularity and has a steadily growing community. It is a single language for both client and server that can be used to build large-scale...
Instructional Video6:01
Curated Video

Complete Modern C++ - Inheritance and Composition

Higher Ed
In this video, we revisit inheritance and composition and explain it again with examples. This clip is from the chapter "Object-Oriented Programming" of the series "Complete Modern C++".In this section, you will learn about inheritance...
Instructional Video3:55
Curated Video

Complete Modern C++ - Inheritance and Access Modifiers

Higher Ed
This video explains access modifiers in the context of inheritance. This clip is from the chapter "Object-Oriented Programming" of the series "Complete Modern C++".In this section, you will learn about inheritance and will work on a...
Instructional Video3:58
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 41 - Relationships between JPA Entities - a Summary

Higher Ed
In this video, we will cover relationships between JPA entities - a summary. This clip is from the chapter "Establishing Relationships with JPA and Hibernate - OneToMany and ManyToMany" of the series "Master Hibernate and JPA with Spring...
Instructional Video2:54
Curated Video

TypeScript for Beginners - Introduction - Inheritance

Higher Ed
This video provides an overview of what you will learn in this section. This clip is from the chapter "Inheritance" of the series "TypeScript for Beginners".This section introduces you to the concept of inheritance and explains how to...
Instructional Video3:19
Curated Video

CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox) - Inheritance

Higher Ed
CSS Basics: Inheritance This clip is from the chapter "CSS Basics" of the series "CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox)".This section is about CSS Basics.
Instructional Video6:14
Curated Video

Multi-Paradigm Programming with Modern C++ - Designing Class Hierarchies

Higher Ed
Inheritance is one of the cornerstone features of object-oriented design. We use it to represent a set of hierarchically organized concepts. How to design a good hierarchy? • Drawing a hierarchy • When to use inheritance and when to...
Instructional Video8:39
Curated Video

Exploring the Advantages and Disadvantages of Sexual and Asexual Reproduction

Higher Ed
This video introduces and compares sexual and asexual reproduction in organisms. The advantages and disadvantages of each method are discussed, along with real-life examples of organisms that use both methods of reproduction. The video...
Instructional Video6:11
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 21 - Polymorphism - an Introduction

Higher Ed
In this session, we will learn about polymorphism. This clip is from the chapter "Object-Oriented Programming Again" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will revert to OOP again and...
Instructional Video6:21
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 21 - Entities and Relationships - an Overview

Higher Ed
In this video, we will cover entities and relationships - an overview. This clip is from the chapter "Establishing Relationships with JPA and Hibernate-OneToOne" of the series "Master Hibernate and JPA with Spring Boot in 100 Steps".In...
Instructional Video6:45
Economics Explained

The Biggest Wealth Transfer in History is Upon Us: The Boomers Last Will

9th - Higher Ed
The wealthiest generation in history is starting to retire, and die. In doing so they will be responsible for the greatest wealth transfer in history, as they pass along a collective 30 trillion dollars to their beneficiaries over the...
Instructional Video7:52
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 07 - Understanding Inheritance - Why Do We Need It?

Higher Ed
In this session, we will understand inheritance - why we need it. This clip is from the chapter "Object-Oriented Programming Again" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will revert to OOP...
Instructional Video7:04
Curated Video

Tips, Tricks, and Techniques for Node.js Development 2.3: Using Classes

Higher Ed
In this video, we will learn how to use classes in Node.js and Express.js. • Define a class that handles todo's • Show how to extend from another class • Bind this class into the express application