Instructional Video10:51
Curated Video

C++ Developer - Project - Derived Cat Class

Higher Ed
The video presents a project on the derived cat class. This clip is from the chapter "Inheritance and Polymorphism" of the series "The Complete C++ Developer Course".This section discusses inheritance and polymorphism in C++.
Instructional Video11:53
Curated Video

C++ Developer - Inheritance - Part 1

Higher Ed
This is the first part of a two-part video that explains inheritance. This clip is from the chapter "Inheritance and Polymorphism" of the series "The Complete C++ Developer Course".This section discusses inheritance and polymorphism in C++.
Instructional Video10:55
Programming Electronics Academy

Lesson 7 | Arduino Syntax Overview | Arduino Crash Course

Higher Ed
Lesson 7 | Arduino Syntax Overview | Arduino Crash Course
Instructional Video8:18
Curated Video

Complete Java SE 8 Developer Bootcamp - Overriding Methods

Higher Ed
Learn syntax and its restrictions to override methods to change the behavior that is defined in a super class. This clip is from the chapter "Inheritance" of the series "Complete Java SE 8 Developer Bootcamp".Inheritance helps to build...
Instructional Video6:02
Curated Video

Complete Java SE 8 Developer Bootcamp - Object Oriented Programming (OOP)

Higher Ed
Learn what an "object oriented program" is, and the benefits they deliver. This clip is from the chapter "Introduction to Objects" of the series "Complete Java SE 8 Developer Bootcamp".Java is Object Oriented Programming which uses stack...
Instructional Video3:56
Curated Video

Complete Java SE 8 Developer Bootcamp - Creating Object Types - Part 1

Higher Ed
This video formally defines the purpose of a Class. This clip is from the chapter "Introduction to Objects" of the series "Complete Java SE 8 Developer Bootcamp".Java is Object Oriented Programming which uses stack & heap, objects and...
Instructional Video8:19
Curated Video

Complete Java SE 8 Developer Bootcamp - Benefits of Polymorphism

Higher Ed
Learn the benefits of polymorphism which enables us to write flexible and dynamic applications. This clip is from the chapter "Polymorphism" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to the unique...
Instructional Video5:49
Curated Video

Complete Java SE 8 Developer Bootcamp - The Java Platform

Higher Ed
Discover the "Java Runtime Environment (JRE)" and how it is used to execute Java programs. This clip is from the chapter "Getting Started with Java" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you get an...
Instructional Video7:37
Packt

How FOR Loops Work - with Example

Higher Ed
This video demonstrates through an example how to work with FOR loops. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to...
Instructional Video9:22
Packt

Intro to ES2015 Modules

Higher Ed
Microposts Project - CRUD Front End (Webpack & Babel): Intro to ES2015 Modules This clip is from the chapter "Microposts Project - CRUD Front End (Webpack & Babel)" of the series "Modern JavaScript from the Beginning".In this section,...
Instructional Video3:18
IDG TECHtalk

Using the goto keyword | Smart Go

Higher Ed
Learn about Go's goto keyword, which can simplify the logic of your code -- but when used responsibly and sparingly.
Instructional Video7:49
APMonitor

Python Basic Statistical Analysis

10th - Higher Ed
Python statistical functions such as average, maximum, minimum, standard deviation, and custom counting are demonstrated in an iPython notebook.
Instructional Video6:50
Curated Video

Complete Java SE 8 Developer Bootcamp - Polymorphism Revisited

Higher Ed
Learn from an example how polymorphism can be applied to an array. This clip is from the chapter "Arrays" of the series "Complete Java SE 8 Developer Bootcamp".In this section, author details benefits of using various types of arrays to...
Instructional Video7:03
Curated Video

Complete Java SE 8 Developer Bootcamp - Access Modifiers

Higher Ed
Learn how to apply restricted access to state and behavior to provide encapsulation This clip is from the chapter "Encapsulation" of the series "Complete Java SE 8 Developer Bootcamp".In this section, the author covers encapsulation as...
Instructional Video7:17
Curated Video

Complete Java SE 8 Developer Bootcamp - Polymorphism: Part 1

Higher Ed
Learn the syntax of polymorphism. This clip is from the chapter "Polymorphism" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to the unique property of polymorphism and its benefits.
Instructional Video4:44
Curated Video

Complete Java SE 8 Developer Bootcamp - The Features of the Java Programming Language

Higher Ed
Learn about "platform independence" and other features. This clip is from the chapter "Getting Started with Java" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you get an overview of features of Java programming...
Instructional Video0:20
Curated Video

Complete Java SE 8 Developer Bootcamp - Section Overview "Inheritance"

Higher Ed
The author provides a brief overview of the topics covered in this section. This clip is from the chapter "Inheritance" of the series "Complete Java SE 8 Developer Bootcamp".Inheritance helps to build new objects from others they are...
Instructional Video6:31
Curated Video

The Full Stack Web Development - Getting Started With Ruby

Higher Ed
Backend Programming with Ruby On Rails: Getting Started With Ruby This clip is from the chapter "Backend Programming with Ruby On Rails" of the series "The Full Stack Web Development".In this section, we will talk about whole MVC...
Instructional Video9:29
The Learning Depot

Perfect Progressive Tense | Perfect Continuous Tense : Past, Present & Future

12th - Higher Ed
In this lesson, we will learn about the perfect progressive tense, also known as the perfect continuous tense. In previous lessons, we’ve learned that the PROGRESSIVE TENSE, also called the CONTINUOUS TENSE is used to describe actions...
Instructional Video7:54
The Learning Depot

Adverb Clauses: An Adverb Clause is a Part of Speech Classed as an Adverb

12th - Higher Ed
Adverb clauses also known as adverbial clauses function as one part of speech: the adverb. We know that an adverb answer modifies a verb, an adjective, and another adverb. It answers the question “when?”, “where?”, “how?”, “why?” “to...
Instructional Video3:35
Curated Video

Complete Java SE 8 Developer Bootcamp - Inheritance: Part 1

Higher Ed
You learn to build new objects from others they are related to. This clip is from the chapter "Inheritance" of the series "Complete Java SE 8 Developer Bootcamp".Inheritance helps to build new objects from others they are related to....
Instructional Video7:03
Curated Video

Complete Java SE 8 Developer Bootcamp - Polymorphism: Part 2

Higher Ed
More examples and discussions on polymorphism. This clip is from the chapter "Polymorphism" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to the unique property of polymorphism and its benefits.
Instructional Video6:57
Curated Video

Complete Java SE 8 Developer Bootcamp - Inheritance: Part 2

Higher Ed
Learn how inheritance is applied and the rules that accompany this feature. This clip is from the chapter "Inheritance" of the series "Complete Java SE 8 Developer Bootcamp".Inheritance helps to build new objects from others they are...
Instructional Video13:40
Curated Video

C++ Developer - Operator Overloading

Higher Ed
This video explains operator overloading. This clip is from the chapter "Templates, the Standard Template Library (STL), and Other Skills" of the series "The Complete C++ Developer Course".null