Instructional Video4:26
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Video Game Menu Program

Higher Ed
In this video, we will be creating a simple video game menu program using switch statements and validate user inputs.
<
br/>
This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming -...
Instructional Video9:36
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Simple Addition Program

Higher Ed
In this video, you will learn how to write a simple addition program with Int datatype.
<
br/>
This clip is from the chapter "Module 1" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will...
Instructional Video5:13
Curated Video

Fundamentals of Object-Oriented Programming - C++ - User Input - Getline Function

Higher Ed
In this video, you will learn about Getline function for user input.
<
br/>
This clip is from the chapter "Module 1" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will understand the purpose...
Instructional Video15:14
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Module 1 Objectives

Higher Ed
In this video, we will cover the learning objective of this module.
<
br/>
This clip is from the chapter "Module 1" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will understand the purpose of...
Instructional Video14:19
Curated Video

Java Multithreading and Parallel Programming Masterclass - Introducing Spring Boot Framework (In a Nutshell)

Higher Ed
This video helps in introducing you to the Spring Boot framework (in a nutshell).
Instructional Video4:58
Instructional Video2:49
Instructional Video7:42
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Naming Convention

Higher Ed
In this video, you will learn about naming conventions in Python classes and objects. You will understand the importance of following naming conventions for better code readability and maintainability. This video will cover the commonly...
Instructional Video8:57
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Abstraction and Encapsulation

Higher Ed
In this video, you will learn about abstraction and encapsulation, two important principles of OOP. You will understand how abstraction allows you to hide complex details and expose only the essential features of a class, and how...
Instructional Video8:15
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Introduction to Inheritance

Higher Ed
Building upon the previous video, this video will introduce you to the concept of inheritance in Python. You will learn how to create and use subclasses that inherit attributes and methods from a parent class. This video will cover the...
Instructional Video6:35
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Exercise on Static Method (Part 3)

Higher Ed
In this video, you will continue to apply your knowledge of static methods through another practical exercise. You will be given more challenging problem statements and will learn how to design and implement static methods to solve them....
Instructional Video6:44
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Exercise on Static Method (Part 2)

Higher Ed
Continuing from the previous video, this exercise will provide further challenges in designing and implementing static methods to solve complex problems. You will apply your knowledge of static methods and their advanced usage to tackle...
Instructional Video4:40
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Static Method

Higher Ed
In this video, you will explore static methods in Python. You will understand the concept of static methods, which are methods that do not depend on the state of the instance or the class, and how to define and use them in your classes....
Instructional Video5:18
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Class Method (Part 2)

Higher Ed
Building upon the previous video, this video will provide further insights into class methods in Python. You will learn about the @classmethod. This video will deepen your understanding of class methods and their advanced usage.
Instructional Video6:08
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Class Method (Part 1)

Higher Ed
In this video, you will dive into the concept of class methods in Python. You will learn how to define and use class methods, which are methods that are bound to the class and not the instance of the class. This video will cover the...
Instructional Video5:12
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Exercise on Class Variables

Higher Ed
In this video, you will explore class variables in Python OOP, how they differ from instance variables, and their use cases in creating shared attributes among class instances.
Instructional Video5:25
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Exercise 2 on Methods

Higher Ed
In this video, you will continue to apply your knowledge of methods through another practical exercise. You will be given a more complex problem statement and will learn how to design and implement methods to solve the problem. This...
Instructional Video8:37
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Create Your First Class with OOP

Higher Ed
In this video, you will learn how to create your first class in Python using OOP principles. You will understand the syntax for defining a class, creating objects, and initializing attributes. This video will provide a step-by-step guide...
Instructional Video3:32
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Files - BUFFER

Higher Ed
In this video, you will learn about file I/O readd Buffer class.
<
br/>
This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will learn about STL (Standard...
Instructional Video15:11
Curated Video

Practical Cyber Hacking Skills for Beginners - Crafting our Phishing Email

Higher Ed
This video illustrates how to create or craft a phishing email.
Instructional Video9:44
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Edit Movies

Higher Ed
Through this lecture, the editing of movies has been accomplished using the same modal dialog used for adding a new movie. You will learn how to achieve the task of editing a record through a user input modal popup.
<
br/>
This clip...
Instructional Video8:02
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Register the Data Access Services Class in Startup

Higher Ed
Here, we will register the data access service in the Startup class ConfigureServices method. Once it is registered, the service can be called and used in the application.
<
br/>
This clip is from the chapter "Create a CRUD...
Instructional Video12:24
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Create a Data Access Service and Methods to Retrieve Records

Higher Ed
This lecture teaches how to create the Data Access Service class that implements an interface. You will be able to create data access service to the movies model as well as retrieve a list of movies and any specific movie from the...
Instructional Video7:56
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Learn Asynchronous Programming Through Coding Examples

Higher Ed
In this lecture, you will learn asynchronous programming concepts (essential for learning ASP.NET Core 3.1 Blazor).
<
br/>
This clip is from the chapter "Asynchronous Programming Fundamentals" of the series "Build and Learn ASP.NET...