Curated Video
Structural Design Patterns in Modern C++ - Using Composition Instead of Inheritance
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.
Curated Video
Structural Design Patterns in Modern C++ - Structural Design Patterns Overview
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...
Curated Video
Structural Design Patterns in Modern C++ - Pros and Cons - Decorator Design Pattern
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.
Curated Video
Structural Design Patterns in Modern C++ - Introduction to the Decorator Pattern
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.
Curated Video
Structural Design Patterns in Modern C++ - Decorator Types
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.
Curated Video
Introduction to Genetics: Mono Hybrid Cross and Inheritance Patterns
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...
Curated Video
Understanding Antibiotic Resistance: The Evolution of Bacteria and the Emergence of Superbugs
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....
Curated Video
Darwin and Wallace: The Development of the Theory of Evolution by Natural Selection
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...
History Hub
How bad was King John?
A video exploring what made John such an unpopular and unsuccessful king.
Curated Video
Apache Maven Beginner to Guru - Maven Bill of Materials (BOM)
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...
Curated Video
Java 11 Programming for Beginners 3.3: Inheritance — The Non-Taxable Kind
Showcase the heaviest concept in OOP by example. • Build a second bot by leveraging the first • Go through theory
Packt
Where are Inheritance, Interfaces, and Statics used in Framework?
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...
IDG TECHtalk
How composition and inheritance work for types | Smart Go
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...
Curated Video
The Advantages and Concerns of Genetic Engineering in Agriculture and Medicine
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...
Curated Video
Complete Python Scripting for Automation - Constructor of a class
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...
Curated Video
Mastering Swift 2 Programming (Video 8)
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...
Curated Video
TypeScript for Beginners - Creating Child Objects
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.
Curated Video
C++ for Beginners - Encapsulation, Part 1
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
Curated Video
Core Java Programming Course- Protected Access
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...
msvgo
Theories of Evolution
The nugget explains the different theories of evolution (mutation theory, theory of natural selection, theory of inheritance) with examples.
History Hit
How Christianity Shapes Our Morality: Humanism
Listen to Tom Holland's thoughts on humanism and science. How Christianity Shapes Our Morality, Part 5
Curated Video
Introduction to Genetic Diagrams for Single Gene Inheritance
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...
Curated Video
Fossils: Evidence for Evolution and Extinction
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Chaining Constructors
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...