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
Concept
Object-oriented programming
Formal sciences
Theoretical computer science
Programming language theory
High-level programming lang...
Graph Chatbot
Related lectures (30)
Login to filter by course
Login to filter by course
Reset
Previous
Page 3 of 3
Next
Variables and Types: Introduction to C Programming
Introduces the fundamentals of variables and types in C programming, covering declaration, initialization, and the differences from Java.
Pointers: Strings, Functions, Casting
Covers pointers to strings, functions, and casting in C programming.
Linker and Loader: Understanding Compilation in C
Explains the roles of linker and loader in C programming, focusing on separate compilation and the creation of executable files.
Object-Oriented Programming: Exam Instructions
Covers exam instructions and programming exercises on simulating a blood vessel.
Object-Oriented Programming: Pointers and Polymorphism
Covers fundamental object-oriented programming concepts in C++, focusing on data structuring through pointers.
Modular Programming: Separate Compilation in C
Covers separate compilation in C, focusing on modular programming and its benefits for code reusability and maintenance.
Dynamic Memory Allocation in C
Explores dynamic memory allocation in C, covering malloc, calloc, and realloc functions, emphasizing proper memory management and dynamic arrays.
Object-Oriented Programming: Polymorphism and Pointers
Explores object-oriented programming concepts like polymorphism and pointers in C++.
Object-Oriented Programming: Understanding Inheritance in C++
Explains inheritance in C++ object-oriented programming, covering syntax, access control, and practical implementation examples.
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.