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: Inheritance
Graph Chatbot
Related lectures (31)
Previous
Page 2 of 4
Next
C++ Standard Library: Containers and Algorithms
Covers the basics of C++ standard library containers, algorithms, and iterators.
Heterogeneous Collections in C++
Explores the implementation of heterogeneous collections in C++, emphasizing clean design choices for users.
Object Oriented Programming in C++
Introduces object-oriented programming in C++, covering interfaces, classes, inheritance, and polymorphism.
Namespaces: Object-Oriented Programming
Covers the use of namespaces in C++ to avoid name conflicts and group objects.
Object-Oriented Programming: Pointers and Polymorphism
Covers fundamental object-oriented programming concepts in C++, focusing on data structuring through pointers.
Object-Oriented Programming Fundamentals
Covers the basics of object-oriented programming in Python, including objects, classes, inheritance, and input/output handling.
Object-Oriented Programming: Polymorphism and Pointers
Explores object-oriented programming concepts like polymorphism and pointers in C++.
Object-Oriented Programming in C++
Covers constructor order, inheritance, and copy constructors in C++.
Object-Oriented Programming: Polymorphism in C++
Explores polymorphism in C++ through character interactions and dynamic link resolution.
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.