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
Design: Abstraction and Modularity
Graph Chatbot
Related lectures (32)
Previous
Page 2 of 4
Next
Design Patterns: Bosses of Object-Oriented Programming Practice
Covers design patterns in object-oriented programming, class diagrams, abstract classes, interfaces, associations, inheritance, and the Builder pattern in Java.
Observer Design Pattern
Explores the Observer design pattern in graphical interfaces using a simple spreadsheet example to demonstrate automatic value updates.
Design Patterns: Decorator and Composite
Covers the Decorator and Composite design patterns for adding functionality and composing objects.
Design Patterns: MVC Pattern
Explains the Model-View-Controller (MVC) design pattern using Java code examples.
Principles of Computer Systems: Fundamentals & Abstractions
Covers the fundamentals of building computer systems, emphasizing modularity, abstraction, and scalability in system design.
Design Patterns: Composite Objects and Array Structures
Explores composite objects, array structures, and design patterns in scientific computing, emphasizing efficient data handling and compute operations.
Heterogeneous Collections in C++
Explores the implementation of heterogeneous collections in C++, emphasizing clean design choices for users.
Design Patterns: Observer
Covers the implementation of the Observer design pattern in Java.
Design Patterns: Decorator Pattern
Covers the Decorator design pattern, focusing on extending the functionality of classes dynamically.
Design Patterns: Observer/MVC
Explores implementing Observer and MVC design patterns in Java for updating a spreadsheet interface.