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 Layout: Single Inheritance
Graph Chatbot
Related lectures (31)
Previous
Page 3 of 4
Next
Object-Oriented Programming: Polymorphism and Pointers
Explores object-oriented programming concepts like polymorphism and pointers in C++.
Multiple Inheritance: Constructor Order & Virtual Inheritance
Explores constructor order, virtual inheritance, and challenges in multiple inheritance scenarios.
Immutability in Java: Date and DateBuilder
Explores immutability in Java through Date and DateBuilder classes, emphasizing thread safety and code reliability.
Introduction to Java: Final Modifier
Covers the final modifier in Java, ensuring program element immutability and stability.
Java Interfaces Evolution
Explores the evolution of Java interfaces since version 8, covering default methods, method inheritance, and conflict resolution.
Designing Learning Experiences: CS411 Class Project
Introduces the CS411 Class Project, where students design and test a lesson using learning theories.
Inheritance in Java: Concepts and Implementation
Covers the fundamental concepts of inheritance in Java and the importance of packages in managing access rights.
Generic Programming: Templates
Covers generic programming in C++ through templates for classes and functions, showcasing examples and discussing specialization and separate compilation.
Inheritance: Method Hiding in Java
Covers method hiding in Java, focusing on Guerrier class redefinition.
Mini-project 2 Tutorial Explanation
Explains the mini-project 2 tutorial for the CS107 course, emphasizing model interactions and design decisions.