Instructional Video7:56
Curated Video

Structural Design Patterns in Modern C++ - Using Composition Instead of Inheritance

Higher Ed
This video explains how to use composition instead of inheritance. This clip is from the chapter "Decorator Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the decorator design pattern.
Instructional Video1:13
Curated Video

Structural Design Patterns in Modern C++ - Structural Design Patterns Overview

Higher Ed
This video presents an overview of structural design patterns. This clip is from the chapter "Introduction" of the series "Structural Design Patterns in Modern C++".This section introduces you to design patterns and Unified Modeling...
Instructional Video5:24
Curated Video

Structural Design Patterns in Modern C++ - Pros and Cons - Decorator Design Pattern

Higher Ed
This video explains the pros and cons of the decorator pattern. This clip is from the chapter "Decorator Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the decorator design pattern.
Instructional Video7:40
Curated Video

Structural Design Patterns in Modern C++ - Introduction to the Decorator Pattern

Higher Ed
This video introduces you to the decorator pattern. This clip is from the chapter "Decorator Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the decorator design pattern.
Instructional Video2:23
Curated Video

Structural Design Patterns in Modern C++ - Decorator Types

Higher Ed
This video focuses on the types of decorators. This clip is from the chapter "Decorator Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the decorator design pattern.
Instructional Video4:54
Curated Video

Introduction to Genetics: Mono Hybrid Cross and Inheritance Patterns

Higher Ed
The video explains how different types of diagrams can be used to represent the possible outcomes of a mono hybrid cross, which refers to the inheritance of a characteristic controlled by one gene only. The video includes three examples...
Instructional Video7:49
Curated Video

Understanding Antibiotic Resistance: The Evolution of Bacteria and the Emergence of Superbugs

Higher Ed
This video discusses the issue of antibiotic resistance in bacteria and its evolution through natural selection. It explains genetic variation and the development of resistance in bacteria, leading to the spread of superbugs like MRSA....
Instructional Video7:43
Curated Video

Darwin and Wallace: The Development of the Theory of Evolution by Natural Selection

Higher Ed
This video discusses the theory of evolution by natural selection proposed by Charles Darwin and Alfred Russell Wallace. The video covers the observations and experiments carried out by Darwin, the three key ideas of the theory of...
Instructional Video6:35
History Hub

How bad was King John?

12th - Higher Ed
A video exploring what made John such an unpopular and unsuccessful king.
Instructional Video4:34
Curated Video

Apache Maven Beginner to Guru - Maven Bill of Materials (BOM)

Higher Ed
This video explains about BOM. This clip is from the chapter "Enterprise Dependency Management" of the series "Apache Maven: Beginner to Guru".This section explains the enterprise dependency management, including lectures on creating...
Instructional Video2:17
Curated Video

Java 11 Programming for Beginners 3.3: Inheritance — The Non-Taxable Kind

Higher Ed
Showcase the heaviest concept in OOP by example. • Build a second bot by leveraging the first • Go through theory
Instructional Video12:35
Packt

Where are Inheritance, Interfaces, and Statics used in Framework?

Higher Ed
This video explains where inheritance, interfaces, and statics are used in framework. This clip is from the chapter "Selenium Framework Optimization and Interview Questions" of the series "Selenium WebDriver with Java - Basics to...
Instructional Video4:07
IDG TECHtalk

How composition and inheritance work for types | Smart Go

Higher Ed
Go's type system lets you create new types with their own behaviors attached to them. Learn in this video how behaviors can be passed along between types using composition, and how Go's type system design favors inheritance over...
Instructional Video7:42
Curated Video

The Advantages and Concerns of Genetic Engineering in Agriculture and Medicine

Higher Ed
The video explains what genetic engineering is and how it is used in agriculture and medicine. It discusses the benefits and limitations of genetic engineering and considers some of the concerns that people have regarding its use. The...
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...