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++: Destructors
Graph Chatbot
Related lectures (30)
Previous
Page 1 of 3
Next
Introduction to Object-Oriented Programming in C++
Covers deep copy in C++ programming, highlighting the importance of constructors, copy constructors, and destructors when dealing with pointers.
Object-Oriented Programming: Polymorphism and Pointers
Explores object-oriented programming concepts like polymorphism and pointers in C++.
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.
Polymorphism 2: Heterogeneous Collections
Explores polymorphism in C++, covering heterogeneous collections, resource management, and memory handling.
Heterogeneous Collections in C++
Covers heterogeneous collections in C++, including generic treatments and polymorphic behavior using pointers.
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: Pointers and Polymorphism
Covers fundamental object-oriented programming concepts in C++, focusing on data structuring through pointers.
Pointers and Arrays: Arithmetic, Buffer Overflow
Covers the arithmetic of pointers, the relationship between pointers and arrays, and the concept of buffer overflow in C programming.
Advanced Heterogeneous Collections in C++
Explores advanced C++ programming concepts, focusing on heterogeneous collections, polymorphic behavior, memory management, and data sharing.
Pointers: Reference Passing & Deep Copy
Explores passing by reference in C, deep copying, memory allocation rules, and type differentiation.