Skip to main content
Graph
Search
fr
|
en
Login
Search
All
Categories
Concepts
Courses
Lectures
MOOCs
People
Practice
Publications
Startups
Units
Show all results for
Home
Lecture
Introduction to Object-Oriented Programming in C++
Graph Chatbot
Related lectures (30)
Previous
Page 2 of 3
Next
C++ Standard Library: Containers and Algorithms
Covers the basics of C++ standard library containers, algorithms, and iterators.
Object-Oriented Programming in C++
Covers the basics of object-oriented programming in C++, focusing on modeling a watch problem and implementing the corresponding code.
Operator Overloading: External Overloading
Covers external operator overloading in C++, showcasing examples and the necessity of external overloading.
Polymorphism 2: Heterogeneous Collections
Explores polymorphism in C++, covering heterogeneous collections, resource management, and memory handling.
Heterogeneous Collections in C++
Explores the implementation of heterogeneous collections in C++, emphasizing clean design choices for users.
Object-Oriented Programming in C++
Covers deep copying in C++ for objects with components and polymorphic copying.
Object-Oriented Programming: Polymorphism in C++
Explores polymorphism in C++ through character interactions and dynamic link resolution.
Pointers and Polymorphism in C++
Covers pointers and polymorphism in C++, emphasizing virtual methods and object ownership challenges.
Abstract Data Structures in C++
Covers procedural and object-oriented programming, abstract data structures, templates, and the C++ standard library.
Object-Oriented Programming: Fundamentals and Examples
Covers the fundamentals of Object-Oriented Programming in C++, including encapsulation, inheritance, and polymorphism, with examples in various OOP languages.