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
Encapsulation in C++
Graph Chatbot
Related lectures (31)
Previous
Page 3 of 4
Next
Introduction to Object-Oriented Programming
Covers the basics of object-oriented programming in C++, including encapsulation, abstraction, and the importance of grouping data and methods.
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.
Object-Oriented Programming: Operator Overloading and Project Logistics
Discusses project logistics and introduces operator overloading in C++ for a simulation project.
C++ Project Organization: Object-Oriented Programming
Introduces the C++ POP course objectives, focusing on project development and object-oriented programming techniques.
Object-Oriented Programming in Java
Covers object-oriented programming in Java through a case study on modeling watch mechanisms.
Namespaces: Object-Oriented Programming
Covers the use of namespaces in C++ to avoid name conflicts and group objects.
Object-Oriented Programming in C++
Covers deep copying in C++ for objects with components and polymorphic copying.
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.
Abstract Data Structures in C++
Covers procedural and object-oriented programming, abstract data structures, templates, and the C++ standard library.
Object-Oriented Programming in Java
Covers classes, objects, attributes, and methods in Java, including declaration, access, initialization, and scope.