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: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 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 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
Instructional Video5:47
Packt

Sub Classes

Higher Ed
Object Oriented JavaScript - ES5 & ES2015: Sub Classes This clip is from the chapter "Object Oriented JavaScript - ES5 & ES2015" of the series "Modern JavaScript from the Beginning".In this section, you will learn the object oriented...
Instructional Video7:15
Curated Video

The Full Stack Web Development - Getting Started With Angular

Higher Ed
App Development with Angular: Getting Started With Angular This clip is from the chapter "App Development with Angular" of the series "The Full Stack Web Development".In this section, we work with Angular 2 components, routing,...
Instructional Video4:50
Curated Video

Active Directory with Windows Server 2016 - GPO Linking

Higher Ed
Learn about implementing GPOs at forest, domain, user, and resource levels. Understand the hierarchy of GPO implementation and the processing order. This clip is from the chapter "Create and Manage Group Policy" of the series "Active...
Instructional Video2:59
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 34 - ManyToMany Mapping - Table Design

Higher Ed
In this video, we will cover ManyToMany mapping - table design. This clip is from the chapter "Establishing Relationships with JPA and Hibernate - OneToMany and ManyToMany" of the series "Master Hibernate and JPA with Spring Boot in 100...
Instructional Video8:27
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 2 - Understanding Tight Coupling Using the Binary Search Algorithm Example

Higher Ed
In this Appendix video, we'll understand tight coupling using the binary search algorithm example. This clip is from the chapter "Appendix - Introduction to Spring Framework in 10 Steps" of the series "Master Hibernate and JPA with...
Instructional Video11:00
Curated Video

Multi-Paradigm Programming with Modern C++ - Dual Hierarchy Example

Higher Ed
In this video we implement a dual hierarchy for server applications supporting multiple protocols • Overview of what we will implement • Implementing a hierarchy of servers • What we learned by implementing the hierarchy? This clip is...
Instructional Video5:14
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 48 - JPA Inheritance Hierarchies and Mappings - Mapped Super Class

Higher Ed
In this video, we will cover JPA inheritance hierarchies and mappings - mapped super class. This clip is from the chapter "Inheritance Hierarchies with JPA and Hibernate" of the series "Master Hibernate and JPA with Spring Boot in 100...
Instructional Video4:30
Curated Video

TypeScript for Beginners - Extending a Class

Higher Ed
This video demonstrates how to extend a class. 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 Video6:08
Curated Video

REST APIs with Flask and Python - Class Composition

Higher Ed
This video explains class composition. This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will help refresh your Python knowledge.
Instructional Video4:43
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 58 - Introduction to Transaction Management

Higher Ed
In this video, we will cover an introduction to transaction management. This clip is from the chapter "Transaction Management" of the series "Master Hibernate and JPA with Spring Boot in 100 Steps".In this section, you will learn about...