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
Virtual Inheritance: C++
Graph Chatbot
Related lectures (30)
Previous
Page 3 of 3
Next
Inheritance in Object-Oriented Programming
Explores advanced topics in inheritance in object-oriented programming, covering encapsulation, polymorphism, access rights, and constructor chaining.
Introduction to Object-Oriented Programming in C++
Introduces overloading, shadowing, and overriding in C++, with examples and the use of 'override' and 'final' keywords.
Java Interfaces Evolution
Explores the evolution of Java interfaces since version 8, covering default methods, method inheritance, and conflict resolution.
Operator Overloading in C++
Covers operator overloading in C++ with a focus on adding accessories to watches.
Object-Oriented Programming in C++
Covers classes, objects, attributes, methods, and encapsulation in C++ programming, emphasizing the importance of encapsulation and abstraction.
Object-Oriented Programming in C++
Covers the modeling of mechanisms in watchmaking using C++.
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.
Polymorphism in Object-Oriented Programming: Inclusion Mechanism
Covers polymorphism in object-oriented programming, focusing on inclusion polymorphism and its implementation through class hierarchies and virtual methods.
Object-Oriented Programming in C++
Covers the use of static class attributes and methods in C++ to avoid global variables and emphasizes best practices for static method implementation.