Instructional Video12:23
Curated Video

C++ for Beginners - Encapsulation, Part 2

Higher Ed
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
Instructional Video1:31
Curated Video

Complete Java SE 8 Developer Bootcamp - Covariant Returns

Higher Ed
In covariant return, Java allows the return type to be a subtype of the type declared in the overridden method. This clip is from the chapter "Inheritance" of the series "Complete Java SE 8 Developer Bootcamp".Inheritance helps to build...
Instructional Video3:23
Curated Video

Creational Design Patterns in Modern C++ - Application Framework - Discussion

Higher Ed
This video explains the framework needed to implement the factory method. • Explain iterators • Show examples to further illustrate how they work • Analyze the results of the examples via print statements This clip is from the chapter...
Instructional Video6:41
Curated Video

Creational Design Patterns in Modern C++ - Basic Implementation with the Abstract Factory

Higher Ed
This video demonstrates how to modify and refactor the previous example to use the abstract factory. • Define basic data in code • Add a test .csv file with fake data • Edit the .csv file to see how the library works This clip is from...
Instructional Video4:40
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 02 - Understanding Java New Features - an Overview

Higher Ed
In this lesson, let's look at the important Java features that were introduced across different Java releases. This clip is from the chapter "Java New Features - Java 10 to Java 16" of the series "Java Programming for Complete Beginners...
Instructional Video11:24
Let's Tute

Goodwill Valuation and Accounting Treatment in Partnership

9th - Higher Ed
In this video, the teacher explains the concept of goodwill valuation and its accounting treatment in the context of partnership businesses. They cover scenarios such as the admission and retirement of partners and how goodwill is...
Instructional Video3:46
Curated Video

Learning Dart (Video 8)

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:57
Curated Video

Learning Lodash 4.0 (Video 27)

Higher Ed
Lodash was built to simplify JavaScript application development. It contains hundreds of methods built for the purpose of providing developers with a fast, reliable, cross-browser toolkit to write applications. With Lodash, you can...
Instructional Video10:59
Programming Electronics Academy

Introduction to Interrupts: Arduino Course 9.1

Higher Ed
An introduction to interrupts in programming.
Instructional Video4:03
IDG TECHtalk

How to use the Stringer interface | Smart Go

Higher Ed
The "Stringer" interface in Go lets you make any custom struct type into a printable object with your own defined formatting. Learn how to make use of this handy behavior in your own code.
Instructional Video20:44
Packt

Building Customized Methods using Fluent Wait

Higher Ed
This video demonstrates how to build customized methods using Fluent Wait. This clip is from the chapter "Synchronization Usage in Selenium WebDriver" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
Instructional Video9:12
KnowMo

Using Iterative Formulae to Approximate Equations

12th - Higher Ed
This video is a tutorial on using iterative formulae to find approximate solutions to difficult equations. The speaker explains the concept of numerical methods and the use of trial and improvement in solving equations. They then...
Instructional Video14:47
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Functions - execution context, frames, mutable vs. immutable arguments in-depth

Higher Ed
Complete Student class and look at inheritance and subclasses This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about Python in-depth.
Instructional Video4:08
The Business Professor

Investment Center Performance: Residual Income and EVA

Higher Ed
In this video, the teacher explains the concept of investor center performance and introduces three key metrics used to assess it: return on investment, residual income, and economic value added. These metrics help measure the...
Instructional Video8:30
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 16 - Java Interface - Example 1 - Gaming Console - How to Think about Intef

Higher Ed
In this session, we will learn about Java interface - example 1 - gaming console - how to think about Intef. This clip is from the chapter "Object-Oriented Programming Again" of the series "Java Programming for Complete Beginners - Java...
Instructional Video7:44
The Business Professor

Methods of Carrying on International Business

Higher Ed
Methods of Carrying on International Business for US based businesses
Instructional Video6:02
Curated Video

Learning Akka (Video 30)

Higher Ed
Akka helps you to build scalable, resilient, and fault-tolerant distributed systems that can provide outstanding performance on local machines as well as over remote networks. Employing the actor model, it is possible to leverage these...
Instructional Video3:13
Curated Video

Advanced Swift 2 Application Development (Video 28)

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 all...
Instructional Video21:21
msvgo

Methods of Integration

K - 12th
It states different methods of integration. Further it explains the method of integration by substitution with the help of examples.
Instructional Video3:19
Curated Video

Learning D3.JS 5.0 5.2: Function in Methods

Higher Ed
In this video, we will learn to add functions to methods to make them more dynamic. • Add a function in the text method • Create the style method • Add a function and an if-else statement in the style method
Instructional Video6:53
Curated Video

The AI Reproducibility Crisis: Why It Matters and What's Being Done About It

Higher Ed
This video discusses the reproducibility crisis in AI, where algorithms developed by one lab cannot be replicated by others due to various factors such as poor writing, unseen factors, and lack of access to original code. However,...
Instructional Video13:55
Programming Electronics Academy

Details of Using Arduino Libraries: Arduino Course 6.4

Higher Ed
A walk through of using a code library with Arduino.
Instructional Video16:42
Packt

Inserting Documents

Higher Ed
MongoDB and Promises (Task App): Inserting Documents This clip is from the chapter "MongoDB and Promises (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about MongoDb
Instructional Video12:14
Packt

Include and Exclude Mechanism to Control Test Cases

Higher Ed
This video demonstrates how to control test cases with the Include and Exclude mechanism. This clip is from the chapter "Framework Part 1 - TestNG" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...