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
Untitled
Graph Chatbot
Related lectures (31)
Previous
Page 3 of 4
Next
Design Patterns: Observer
Covers the implementation of the Observer design pattern in Java.
Immutability in Java: Date and DateBuilder
Explores immutability in Java through Date and DateBuilder classes, emphasizing thread safety and code reliability.
Introduction to Static Attributes in Java
Covers static attributes in Java, explaining their shared nature and common usage.
Functions and Control Structures in Python
Introduces functions and control structures in Python, emphasizing their importance for code organization and reusability.
Boolean Type: Common Errors
Addresses common errors with the boolean type in Java and how to avoid them.
Introduction to C Programming: Basics and Compilation
Covers the basics of C programming, including syntax, structure, and compilation processes.
Closure Conversion: Representation and Transformation
Explores the representation and transformation of values, focusing on closure conversion and the challenges of representing functions in functional languages.
Mini-project 2 Tutorial Explanation
Explains the mini-project 2 tutorial for the CS107 course, emphasizing model interactions and design decisions.
Object Layout: Single Inheritance
Covers object layout challenges in single inheritance scenarios, focusing on Java-like languages and method dispatch using virtual methods tables.
Control Flow in Python: Conditional Statements and Loops
Covers control flow in Python, focusing on conditional statements and loops.