Curated Video
Fundamentals of Object-Oriented Programming - C++ - Jump Statements
In this video, you will learn about jump statements such as Break, Continue, and Goto. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover statements...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Loops - DO WHILE
In this video, you will learn about the Do-While loop. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover statements and flow control, functions,...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - User Registration Program
In this video, we will write a simple program for user login and registration. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover statements and flow...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Video Game Menu Program
In this video, we will be creating a simple video game menu program using switch statements and validate user inputs. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Flow Control - SWITCH
In this video, you will learn how to write a simple calculator program using the switch statement. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Flow Control - IF ELSE
In this video, you will learn how to use the if/else conditional statement. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover statements and flow...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Module 1 Summary
In this video, we will be summarizing your learning from this module. 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 OOP, the...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Fahrenheit to Celsius Conversion Program
In this video, you will learn how to write a Fahrenheit to Celsius conversion program with cin user input. This clip is from the chapter "Module 1" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Simple Addition Program
In this video, you will learn how to write a simple addition program with Int datatype. This clip is from the chapter "Module 1" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will understand the...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Numeric Input Validation - CIN.GOOD()
In this video, you will learn how to validate user input with CIN.GOOD(). 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 OOP,...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - User Input - Getline Function
In this video, you will learn about Getline function for user input. 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 OOP, the...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Strings - C-Style
In this video, you will learn about C-Style strings. 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 OOP, the history of the...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Data Types
In this video, you will learn about data types. 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 OOP, the history of the C++...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Environment Setup and First Run
In this video, you will learn how to download and install Code::Block IDE on our system, then learn how to set it up. This clip is from the chapter "Module 1" of the series "Fundamentals of Object-Oriented Programming - C++".In this...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Module 1 Objectives
In this video, we will cover the learning objective of this module. 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 OOP, the...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Module 4 Summary
In this video, we will be summarizing your learning from this module. This clip is from the chapter "Module 4" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover UML case studies, abstract...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - UML Abstract Class - ATM Part 3
In this video, we will work on the transaction class and add reporting to our ATM system. This clip is from the chapter "Module 4" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover UML case...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - UML Abstract Class - ATM Part 2
In this video, we will work on the child classes called SavingAccount and CheckingAccount. This clip is from the chapter "Module 4" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover UML case...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - UML Abstract Class - ATM Part 1
In this video, we will work on an ATM case study where will be creating a simple program to fulfil the requirements as per the given UML diagram. In this first part, we will create an account class and add the main methods. This clip is...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Abstract Class
In this video, we will get introduced to the inheritance UML abstract class with the help of a case study. This clip is from the chapter "Module 4" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - UML Inheritance - Employee Part 3
In this video, we will start adding information to our manager class. This clip is from the chapter "Module 4" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover UML case studies, abstract...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - UML Inheritance - Employee Part 2
In this video, we will begin implementing the data members in the classes by adding properties and methods for each class. This clip is from the chapter "Module 4" of the series "Fundamentals of Object-Oriented Programming - C++".In this...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - UML Inheritance - Case Study - Employee Part 1
In this video, we will first understand what inheritance is. Then we will have a look at an employee inheritance hierarchy with a UML diagram. Based on the information in the diagram, we will be writing a program to fulfil the...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Module 4 Objectives
In this video, we will cover the learning objective of this module. This clip is from the chapter "Module 4" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover UML case studies, abstract...