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: Pointers and Polymorphism
Graph Chatbot
Related lectures (28)
Previous
Page 2 of 3
Next
Object-Oriented Programming: Concepts and Applications
Introduces the fundamental concepts of object-oriented programming using C++, focusing on encapsulation, inheritance, and polymorphism with practical coding examples.
Pointers and Polymorphism in C++
Covers pointers and polymorphism in C++, emphasizing virtual methods and object ownership challenges.
Programming basics: introduction and algorithms
Introduces programming basics, covering Unix systems, Firefox, algorithms, and data structures.
C++ Standard Library: Containers and Algorithms
Covers the basics of C++ standard library containers, algorithms, and iterators.
Abstract Data Structures in C++
Covers procedural and object-oriented programming, abstract data structures, templates, and the C++ standard library.
Object-Oriented Programming: Operator Overloading & Project Description
Covers operator overloading in C++ and introduces a project simulating intelligent behavior in bee colonies.
Pointers and Arrays: Arithmetic, Buffer Overflow
Covers the arithmetic of pointers, the relationship between pointers and arrays, and the concept of buffer overflow in C programming.
Standard Library: Containers and Algorithms
Explores C++ standard library containers and algorithms, including associative tables, stacks, queues, and random number generation.
Inheritance: Polymorphism & Casting
Covers inheritance, polymorphism, and casting in object-oriented programming, emphasizing code factorization and generic object manipulation.
Classes and Encapsulation: Principles of Modular Programming
Covers the principles of classes, encapsulation, and modular programming in C++.