Video description
Fundamentals of Object-Oriented Programming: C++ is a course designed to introduce us to the principles of object-oriented programming (OOP) using the C++ programming language. This course is suitable for anyone who has a basic understanding of programming concepts but may not have prior experience with OOP.
In this course, you will learn the fundamental concepts of OOP, including encapsulation, inheritance, and polymorphism. You will also learn how to design and implement classes, objects, and functions in C++, and how to use them to solve real-world problems.
Throughout the course, we will work on a variety of hands-on projects and exercises to practice our skills and apply our knowledge to real-world situations. You will also learn best practices for writing efficient and maintainable C++ code.
Upon completion of this course, we will have a strong foundation in OOP and be able to use C++ to design and implement object-oriented programs.
What You Will Learn
- Learn how to write functions for efficiency and performance
- Design and implement C++ classes and objects for code reuse
- Learn how to implement copy constructors and class member functions
- Understand the concept of data abstraction and encapsulation
- Learn how to overload functions and operators in C++
- Learn how inheritance and virtual functions implement dynamic binding with polymorphism
Audience
This course is designed for novice and beginning programmers who want to develop a fundamental understanding of how to create simple object-oriented programs in C++.
Anyone who wants to expand their profession and increase their earning potential, as well as hobbyists, creatives, or anyone who simply loves learning and wants to understand how software systems work, will all benefit from this course.
About The Author
Doron Williams: Doron William helps businesses and individuals streamline their systems and make them more efficient. He aligns business processes with appropriate solutions and improves existing ones. He believes in helping find ways to make people’s lives easier by leveraging cutting-edge technology and developing, automating, and deploying more efficient and user-friendly software solutions.
He is a cloud and desktop-based solutions architect and software developer with experience in leading technical teams using Agile and DevOps methodologies to develop enterprise-level software solutions. He is also adept at analyzing the business to determine suitable strategies to install, maintain, and upgrade software and hardware infrastructure. He aims at helping businesses and individuals bridge the gap between humanity and technology.
Table of contents
-
Chapter 1 : Module 1
- Module 1 Objectives
- Environment Setup and First Run
- Data Types
- Char
- Strings - C-Style
- User Input - Getline Function
- Stringstream
- Arithmetic Operators
- Logical - Relational - Boolean Operators
- Numeric Input Validation - CIN.GOOD()
- Simple Addition Program
- Fahrenheit to Celsius Conversion Program
- Constants
- Module 1 Summary
-
Chapter 2 : Module 2
- Module 2 Objectives
- Flow Control - IF ELSE
- Flow Control - SWITCH
- Functions
- Variable Scope
- Header Files
- Video Game Menu Program
- String Methods
- User Registration Program
- Loops - FOR
- Loops - WHILE
- Loops - DO WHILE
- Jump Statements
- Arrays
- Multi-dimensional Arrays
- Pointers and References
- Functions - Pointers and References
- Dynamic Memory Management
- Pointers to Arrays
- Structures
- Arrays and Structures
- Pointers to Structures
- Recursion
- Classes and Objects
- Module 2 Summary
-
Chapter 3 : Module 3
- Module 3 Objectives
- Constructors
- Static Members
- Member Functions
- Header and Implementation Files
- Friends - Functions and Classes
- Friends - Functional Notation
- STL - ALGORITHM
- STL - VECTOR
- STL - LIST
- Files - FSTREAM
- Files - BUFFER
- Files - CHAR IO RDBUF
- Exception Handling
- Classes - File I/O Program
- Templates - Class and Function
- Function Templates
- Operator Overloading
- Module 3 Summary
- Chapter 4 : Module 4
Product information
- Title: Fundamentals of Object-Oriented Programming - C++
- Author(s):
- Release date: February 2023
- Publisher(s): Packt Publishing
- ISBN: 9781837633661
You might also like
book
Object-Oriented Programming with C++
Object-Oriented Programming (OOP) is a paradigm shift in programming, which defines, creates, and manipulates objects to …
book
Object-Oriented Programming in C++, Fourth Edition
Object-Oriented Programming in C++ begins with the basic principles of the C++ programming language and systematically …
video
C++ Programming By Example
C++ is a flexible and generic language that offers a wide range of benefits with key …
video
Advanced C++ Programming
In this Advanced C++ training course, expert trainer, author and developer Mike McMillan teaches you advanced …