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
Object-Oriented Programming in C++
Graph Chatbot
Related lectures (30)
Previous
Page 3 of 3
Next
Heterogeneous Collections in C++
Covers heterogeneous collections in C++, including generic treatments and polymorphic behavior using pointers.
Multiple Inheritance: Concepts and Implementation
Covers the fundamental concepts and challenges of multiple inheritance in object-oriented programming, providing practical examples and explanations.
Object-Oriented Programming: Polymorphism
Covers the concept of polymorphism in object-oriented programming, including virtual methods and heterogeneous collections.
Object-Oriented Programming Fundamentals
Covers the basics of object-oriented programming in Python, including objects, classes, inheritance, and input/output handling.
Abstract Classes: Virtual Methods in C++
Covers abstract classes and pure virtual methods in C++, including their implementation and syntax.
Standard Library: Containers and Algorithms
Explores C++ standard library containers and algorithms, including associative tables, stacks, queues, and random number generation.
Object-Oriented Programming in C++
Covers constructor order, inheritance, and copy constructors in C++.
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.
Object-Oriented Programming: Core Features Analysis
Explores the core features of object-oriented programming, including dynamic dispatch, encapsulation, inheritance, and subtyping, using Java examples and practical insights.
Operator Overloading in C++
Covers operator overloading in C++ with a focus on adding accessories to watches.