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
Multiple inheritance
Formal sciences
Theoretical computer science
Programming language theory
High-level programming lang...
Graph Chatbot
Related lectures (25)
Login to filter by course
Login to filter by course
Reset
Previous
Page 2 of 3
Next
Introduction to Polymorphism in Java
Covers polymorphism in Java, including inheritance and method selection.
Introduction to Interfaces in Java
Explores the concept of interfaces in Java, emphasizing their role in defining common behaviors across classes.
Fluid Dynamics: Oscillation and Streamline Analysis
Covers fluid dynamics principles, focusing on oscillation frequency and streamline analysis, along with method resolution in programming.
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.
Object-Oriented Programming in C++
Covers constructor order, inheritance, and copy constructors in C++.
Object-Oriented Programming: Inheritance
Covers inheritance in object-oriented programming using C++, including subclass creation, method inheritance, and practical implementation.
Multiple Inheritance: Ambiguous Access
Covers multiple inheritance and addresses ambiguous access in C++, presenting solutions to resolve conflicts.
Inheritance: Polymorphism & Casting
Covers inheritance, polymorphism, and casting in object-oriented programming, emphasizing code factorization and generic object manipulation.
Operator Overloading in C++
Explores operator overloading in C++, emphasizing internal and external overloads and their application to complex numbers.
Class Hierarchies
Covers abstract classes, class extensions, object definitions, companion objects, and dynamic binding in Scala.