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 hier
archy
• When to use inheritance...
Instructional Video4:53
Curated Video

Creational Design Patterns in Modern C++ - Basic Implementation - Part I

Higher Ed
This video is the first part of the two-part video that explains the factory method design pattern with a basic example.

• Learn construction and solve an assig
nment
• Access to st
ored value
• Re
se
t and...
Instructional Video2:51
Curated Video

C++ Standard Template Library in Practice - Basic Architecture of the I/O Stream Library

Higher Ed
The user is unfamiliar with I/O in the STL.

• Introduce the basic classes and overview o
f I/O
• Talk about how it is an extensible
framework
• Set up for the next section dealing w
it
h Console I/O

This...
Instructional Video6:21
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 03 - Create a Method in a Java Class

Higher Ed
In this video, we will learn about create a method in a Java class.
r/>
This clip is from the chapter "Introduction to the Java Platform" of the series "Java Programming for Complete Beginners - Java 16".In this section, we...
Instructional Video4:09
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 11 - Java Dates - Introduction to LocalDate, LocalTime, and LocalDateTime

Higher Ed
In this video, we will learn about Java dates - introduction to LocalDate, LocalTime, and LocalDateTime.
r/>
This clip is from the chapter "Reference Types" of the series "Java Programming for Complete Beginners - Java 16".In...
Instructional Video4:12
Curated Video

Learning Dart (Video 15)

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...
Instructional Video3:56
Curated Video

Advanced Swift 2 Application Development (Video 24)

Higher Ed
The number of smartphone users is increasing every single day, and as more and more of them are looking for new and interesting ways to improve their lives through mobile applications, the need for a language that will deploy on...
Instructional Video10:11
Packt

How can Java Classes Take Advantage of Interfaces?

Higher Ed
This video explains how Java classes can take advantage of interfaces.
<
br/>
This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java -...
Instructional Video4:36
Curated Video

Creational Design Patterns in Modern C++ - Game Implementation - Part II

Higher Ed
This video is the second part of the six-part video that demonstrates how to add the vehicle subclasses.
r/>
This clip is from the chapter "Prototype" of the series "Creational Design Patterns in Modern C++".This video provides...
Instructional Video5:35
Curated Video

Creational Design Patterns in Modern C++ - Game Implementation - Part VI

Higher Ed
This video is the sixth part of the six-part video that demonstrates how to refactor the game to use a deep copy to prevent issues with a shallow copy.
r/>
This clip is from the chapter "Prototype" of the series "Creational...
Instructional Video4:20
Curated Video

Creational Design Patterns in Modern C++ - Multiple Actors - Part I

Higher Ed
This video is the first part of the three-part video that demonstrates how to update the example to support multiple types of actors.

• Smart pointers, raw pointers, and refer
ences
• Functi
on objects
• Conti
gu
ous...
Instructional Video6:45
Curated Video

Complete Modern C++ - File IO - Part I (Basics)

Higher Ed
This video demonstrates reading and writing of data into text files.<br/<br/>>

This clip is from the chapter "File Input and Output" of the series "Complete Modern C++".This section explains about functions in file input and output.
Instructional Video4:48
Curated Video

C++ Standard Template Library in Practice - The Course Overview

Higher Ed
This video will give you an overview about the course.
r/>
This clip is from the chapter "Introducing the Standard Template Library (STL)" of the series "C++ Standard Template Library in Practice".We begin by reminding...
Instructional Video5:45
Curated Video

Comprehensive Android Developer Bootcamp - Introduction to Classes and OOP - Object Oriented Programming

Higher Ed
Introduction to Object Oriented Programming in Java:Introduction to Classes and OOP - Object Oriented Programming
r/>
This clip is from the chapter "Introduction to Object Oriented Programming in Java" of the series "The...
Instructional Video6:30
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 04 - Create Motor Bike Java Class and a Couple of Objects

Higher Ed
In this video, we will learn how to create Motor Bike Java class and a couple of objects.
r/>
This clip is from the chapter "Introduction to Object-Oriented Programming" of the series "Java Programming for Complete Beginners -...
Instructional Video2:01
Brainwaves Video Anthology

Denisha Jones - Teachers Make a Difference - Elma Redfern Moore, Ed D

Higher Ed
Denisha Jones is the Director, Art of Teaching Program at Sarah Lawrence College. She earned a BS in Early Childhood Education and Certificate in Nonprofit Leadership from the University of the District of Columbia; PhD. in Curriculum...
Instructional Video7:22
Curated Video

Learning Python Web Penetration Testing (Video 8)

Higher Ed
With the huge growth in the number of web applications in the recent times, there has also been an upsurge in the need to make these applications secure. Web penetration testing is the use of tools and code to attack a website or...
Instructional Video18:12
Packt

What are Abstract Classes and how Different are they from Interfaces?

Higher Ed
This video explains abstract classes and discusses how different they are from interfaces.
<
br/>
This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium...
Instructional Video10:55
Packt

Difference Between Public and Private Modifiers with Examples

Higher Ed
This video explains with examples the difference between public and private modifiers.
<
br/>
This clip is from the chapter "Core Java Tutorial - Part 2" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video8:53
Curated Video

Hands-On WebAssembly for C++ Programmers - Passing Complex Data with Embind

Higher Ed
So far, we can pass primitive types only. How do we pass objects, enumerations, and more?

• Learn how to pass enumera
tions
• Learn how to pass val
ue objects
• Learn how
to
pass classes

This clip is from...
Instructional Video5:46
Curated Video

Creational Design Patterns in Modern C++ - Generic Pool - Part I

Higher Ed
This video is the first part of the two-part video that demonstrates how to create a generic object pool that can work with any class.
r/>
This clip is from the chapter "Object Pool" of the series "Creational Design Patterns in...
Instructional Video6:03
Curated Video

Creational Design Patterns in Modern C++ - Pooling Game Objects - Part II

Higher Ed
This video is the second part of the two-part video that demonstrates how to use pooling for the Missile class objects.

• `string_view`: intention of “obser
ving”
• Retain strings passed to
functions
• Performance...
Instructional Video5:08
Curated Video

Creational Design Patterns in Modern C++ - S.O.L.I.D. Principles - Part III

Higher Ed
This video is the third part of the three-part video that explains the Interface Segregation and Depending Inversion principles.

• What a variant repre
sents
• std::variant interface
and usage
• Examp
le
of use...
Instructional Video3:55
Curated Video

TypeScript for Beginners - Inheriting Functionality

Higher Ed
This video demonstrates how to work with the inheriting functionality.
r/>
This clip is from the chapter "Inheritance" of the series "TypeScript for Beginners".This section introduces you to the concept of inheritance and...