Hi, what do you want to do?
Curated Video
Multi-Paradigm Programming with Modern C++ - Designing Class Hierarchies
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...
• Drawing a hier
archy
• When to use inheritance...
Curated Video
Creational Design Patterns in Modern C++ - Basic Implementation - Part I
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...
• Learn construction and solve an assig
nment
• Access to st
ored value
• Re
se
t and...
Curated Video
C++ Standard Template Library in Practice - Basic Architecture of the I/O Stream Library
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...
• 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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 03 - Create a Method in a Java Class
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...
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 11 - Java Dates - Introduction to LocalDate, LocalTime, and LocalDateTime
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...
r/>
This clip is from the chapter "Reference Types" of the series "Java Programming for Complete Beginners - Java 16".In...
Curated Video
Learning Dart (Video 15)
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...
Curated Video
Advanced Swift 2 Application Development (Video 24)
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...
Packt
How can Java Classes Take Advantage of Interfaces?
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 -...
<
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 -...
Curated Video
Creational Design Patterns in Modern C++ - Game Implementation - Part II
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...
r/>
This clip is from the chapter "Prototype" of the series "Creational Design Patterns in Modern C++".This video provides...
Curated Video
Creational Design Patterns in Modern C++ - Game Implementation - Part VI
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...
r/>
This clip is from the chapter "Prototype" of the series "Creational...
Curated Video
Creational Design Patterns in Modern C++ - Multiple Actors - Part I
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...
• Smart pointers, raw pointers, and refer
ences
• Functi
on objects
• Conti
gu
ous...
Curated Video
Complete Modern C++ - File IO - Part I (Basics)
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.
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.
Curated Video
C++ Standard Template Library in Practice - The Course Overview
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...
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...
Curated Video
Comprehensive Android Developer Bootcamp - Introduction to Classes and OOP - Object Oriented Programming
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...
r/>
This clip is from the chapter "Introduction to Object Oriented Programming in Java" of the series "The...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 04 - Create Motor Bike Java Class and a Couple of Objects
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 -...
r/>
This clip is from the chapter "Introduction to Object-Oriented Programming" of the series "Java Programming for Complete Beginners -...
Brainwaves Video Anthology
Denisha Jones - Teachers Make a Difference - Elma Redfern Moore, Ed D
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...
Curated Video
Learning Python Web Penetration Testing (Video 8)
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...
Packt
What are Abstract Classes and how Different are they from Interfaces?
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...
<
br/>
This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium...
Packt
Difference Between Public and Private Modifiers with Examples
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...
<
br/>
This clip is from the chapter "Core Java Tutorial - Part 2" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Curated Video
Hands-On WebAssembly for C++ Programmers - Passing Complex Data with Embind
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...
• Learn how to pass enumera
tions
• Learn how to pass val
ue objects
• Learn how
to
pass classes
This clip is from...
Curated Video
Creational Design Patterns in Modern C++ - Generic Pool - Part I
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...
r/>
This clip is from the chapter "Object Pool" of the series "Creational Design Patterns in...
Curated Video
Creational Design Patterns in Modern C++ - Pooling Game Objects - Part II
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...
• `string_view`: intention of “obser
ving”
• Retain strings passed to
functions
• Performance...
Curated Video
Creational Design Patterns in Modern C++ - S.O.L.I.D. Principles - Part III
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...
• What a variant repre
sents
• std::variant interface
and usage
• Examp
le
of use...
Curated Video
TypeScript for Beginners - Inheriting Functionality
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...
r/>
This clip is from the chapter "Inheritance" of the series "TypeScript for Beginners".This section introduces you to the concept of inheritance and...