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
Concept
Object copying
Formal sciences
Theoretical computer science
Programming language theory
High-level programming lang...
Graph Chatbot
Related lectures (20)
Login to filter by course
Login to filter by course
Reset
Previous
Page 1 of 2
Next
Object Copying and Encapsulation
Explores object copying, encapsulation, and the importance of defensive copying in Java.
Object Lifecycle in Java
Covers object lifecycle, assignment, copying, and comparison in Java with examples.
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.
Mutable and Immutable Objects
Explains the differences between mutable and immutable objects in Python and covers native container types.
Python Programming Basics
Introduces Python programming basics, covering loops, functions, lists, and conditions for code execution.
Constructors and Destructors: Best Practices in C++
Discusses constructors and destructors in C++, focusing on best practices and memory management.
Python: Dictionaries and Tuples
Explores dictionaries, tuples, mutable objects, and variable-length arguments in Python.
Object-Oriented Programming in C++: Destructors
Covers the concept of destructors in C++, their syntax, and resource management.
Object-Oriented Programming in C++
Covers deep copying in C++ for objects with components and polymorphic copying.
Operator Overloading in C++: Concepts and Examples
Covers operator overloading in C++, including its rules, risks, and practical examples.