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: Introduction to OOP
Graph Chatbot
Related lectures (29)
Previous
Page 1 of 3
Next
Object-Oriented Programming: Operator Overloading & Project Description
Covers operator overloading in C++ and introduces a project simulating intelligent behavior in bee colonies.
Abstract Data Structures in C++
Covers procedural and object-oriented programming, abstract data structures, templates, and the C++ standard library.
Object-Oriented Programming in C++
Covers advanced topics in object-oriented programming using C++.
Heterogeneous Collections in C++
Explores the implementation of heterogeneous collections in C++, emphasizing clean design choices for users.
Object Oriented Programming in C++: Introduction and Encapsulation
Covers the basics of object-oriented programming in C++, including encapsulation and complex number representation.
Operator Overloading in C++
Explores operator overloading in C++, emphasizing internal and external overloads and their application to complex numbers.
Constructors & Destructors
Explores object-oriented programming concepts in C++ focusing on constructors, destructors, initialization lists, and constructor design in Cartesian and polar coordinates.
C++ Standard Library: Containers and Algorithms
Covers the basics of C++ standard library containers, algorithms, and iterators.
Namespaces: Object-Oriented Programming
Covers the use of namespaces in C++ to avoid name conflicts and group objects.
Immutability in Java: Date and DateBuilder
Explores immutability in Java through Date and DateBuilder classes, emphasizing thread safety and code reliability.