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
Constructors & Destructors
Graph Chatbot
Related lectures (31)
Previous
Page 3 of 4
Next
Namespaces: Object-Oriented Programming
Covers the use of namespaces in C++ to avoid name conflicts and group objects.
Operator Overloading in C++
Covers operator overloading in C++ with a focus on adding accessories to watches.
Multiple Inheritance: Constructor Order & Virtual Inheritance
Explores constructor order, virtual inheritance, and challenges in multiple inheritance scenarios.
Object Oriented Programming in C++
Introduces object-oriented programming in C++, covering interfaces, classes, inheritance, and polymorphism.
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: Fundamentals and Examples
Covers the fundamentals of Object-Oriented Programming in C++, including encapsulation, inheritance, and polymorphism, with examples in various OOP languages.
Harmonic Forms: Main Theorem
Explores harmonic forms on Riemann surfaces and the uniqueness of solutions to harmonic equations.
Default Constructors in C++
Covers default constructors in C++, including examples and implications of specifying constructors in C++11.
Standard Library: Containers and Algorithms
Explores C++ standard library containers and algorithms, including associative tables, stacks, queues, and random number generation.
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.