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
Garbage Collection in Object-Oriented Languages
Graph Chatbot
Related lectures (31)
Previous
Page 1 of 4
Next
Polymorphism 2: Heterogeneous Collections
Explores polymorphism in C++, covering heterogeneous collections, resource management, and memory handling.
Memory Management: Copying Garbage Collection
Explores copying garbage collection, generational GC, inter-generational pointers, finalizers, weak references, and various GC techniques.
Heterogeneous Collections in C++
Explores the implementation of heterogeneous collections in C++, emphasizing clean design choices for users.
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.
Dynamic Memory Management and Dynamic Dispatch
Explores memory management, safety, automated techniques, garbage collection, dynamic dispatch, and first-class functions.
Method Dispatch Optimization
Explores method dispatch optimization in object-oriented languages, focusing on inline caching and membership tests.
Advanced Heterogeneous Collections in C++
Explores advanced C++ programming concepts, focusing on heterogeneous collections, polymorphic behavior, memory management, and data sharing.
Dynamic Memory Allocation in C
Explores dynamic memory allocation in C, covering malloc, calloc, and realloc functions, emphasizing proper memory management and dynamic arrays.
Object-Oriented Programming: Heterogeneous Collections in C++
Covers the implementation of heterogeneous collections in C++ object-oriented programming, focusing on memory management and design choices.
Object Lifecycle in Java
Covers object lifecycle, assignment, copying, and comparison in Java with examples.