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++
Graph Chatbot
Related lectures (30)
Previous
Page 2 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 in C++
Covers classes, objects, attributes, methods, and encapsulation in C++ programming, emphasizing the importance of encapsulation and abstraction.
Introduction to Constructors in Java
Introduces constructors in Java, focusing on initializing object attributes and their importance in object creation.
Heterogeneous Collections in C++
Explores the implementation of heterogeneous collections in C++, emphasizing clean design choices for users.
Copy Constructor in Java
Covers the copy constructor in Java, explaining its syntax and usage, and alternative methods for creating object copies.
Abstract Data Structures in C++
Covers procedural and object-oriented programming, abstract data structures, templates, and the C++ standard library.
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.
Object Oriented Programming in C++: Introduction and Encapsulation
Covers the basics of object-oriented programming in C++, including encapsulation and complex number representation.
Encapsulation in C++
Explores encapsulation in C++, covering class implementation, access control, and method externalization.
Copy Constructor in C++
Covers the copy constructor in C++, its generation, initialization, and suppression in C++11.