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 (31)
Previous
Page 3 of 4
Next
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.
Standard Library: Containers and Algorithms
Explores C++ standard library containers and algorithms, including associative tables, stacks, queues, and random number generation.
Inheritance: Polymorphism & Casting
Covers inheritance, polymorphism, and casting in object-oriented programming, emphasizing code factorization and generic object manipulation.
Object-Oriented Programming: Polymorphism in C++
Explores polymorphism in C++ through character interactions and dynamic link resolution.
Object-Oriented Programming in C++
Covers constructor order, inheritance, and copy constructors in C++.
Object-Oriented Programming in C++: Inheritance
Covers fundamental concepts of object-oriented programming, focusing on inheritance in C++.
Programming Paradigms: Functional, OOP, Polymorphism
Explores programming paradigms like procedural, functional, and OOP, with examples in Python.
Generic Programming: Templates
Covers generic programming in C++ through templates for classes and functions, showcasing examples and discussing specialization and separate compilation.
Protected Access in C++
Covers the concept of protected access in C++, explaining its role in class hierarchies.
Object-Oriented Programming in C++
Covers the modeling of mechanisms in watchmaking using C++.