When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Object-oriented programming (OOP) in C++20
Mastering OOP in C++20: Practical Insights and Hands-On Exercises

This Course Includes
udemy
4.2 (7 reviews )
11h 50m
english
Online - Self Paced
professional certificate
Udemy
About Object-oriented programming (OOP) in C++20
Are you ready to unlock the full potential of C++ and revolutionize your programming skills? This comprehensive course is designed to take you to a proficient C++ programmer, focusing specifically on Object-Oriented Programming (OOP) principles using the latest features of C++20. Throughout this course, you will delve deep into the fundamental concepts of OOP and learn how to leverage them effectively in your C++ projects. Here's a glimpse of what you'll cover: 1.
Classes and Objects
: Understand the building blocks of OOP, including classes, objects, and their interactions. 2.
Encapsulation
: Discover the power of encapsulation in C++ to hide implementation details and protect data integrity. 3.
Constructors and Destructors
: Master the creation and destruction of objects with constructors and destructors, including overloading constructors for flexible object initialization. 4.
Copy and Move Semantics
: Dive into the concepts of shallow and deep copy, move constructors, and their importance in resource management. 5.
This Pointer and Friend Classes
: Learn how to access class members and grant special access privileges to external classes. 6.
Setters and Getters
: Implement encapsulated access to class data using setter and getter methods. 7.
Nested Classes
: Explore the concept of nested classes and their role in organizing and encapsulating complex data structures. 8.
Modules
: Harness the power of C++20 modules for efficient code organization, exportation, and importation. 9.
Namespaces and Relationships
: Understand the relationship between namespaces, modules, and classes for better code organization and modularity. 10.
Operator Overloading
: Extend the functionality of operators for user-defined types to enhance code readability and expressiveness. 11.
Inheritance and Polymorphism
: Delve into advanced OOP concepts like inheritance, polymorphism, and dynamic binding, including virtual functions, VTables, and the final specifier. 12.
Multiple Inheritance
: Navigate the complexities of multiple and repeated inheritance to build robust class hierarchies. Each section of the course is accompanied by practical examples and hands-on exercises, allowing you to reinforce your learning and gain practical experience. By the end of this course, you'll have the confidence and skills to tackle complex C++ projects with ease, leveraging the full power of Object-Oriented Programming. Enroll now and embark on a journey to become a master C++ developer!
What You Will Learn?
- Students will learn the core principles of Object-Oriented Programming (OOP) in C++20. .
- They will understand how to create classes and objects and effectively encapsulate data. .
- The course covers constructors, destructors, and the importance of proper resource management. .
- Students will grasp the concepts of shallow and deep copy and master move semantics. .
- They'll explore advanced topics such as friend classes and the use of this pointer. .
- The course demonstrates the implementation of setters and getters for controlled access to class data. .
- Students will gain proficiency in working with nested classes for better organization of code. .
- They will harness the power of C++20 modules for efficient code organization and reuse. .
- The course elucidates the relationship between namespaces, modules, and classes for modular code design. .
- Students will master inheritance, polymorphism, and operator overloading for building robust C++ applications..