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 Patterns: MVC Pattern
Graph Chatbot
Related lectures (32)
Previous
Page 1 of 4
Next
Java Interfaces: Enumerated Types and Interfaces
Explores the principle of coding to an interface, Java enumerated types, and the benefits of using interfaces for encapsulation.
Introduction to Interfaces in Java
Explores the concept of interfaces in Java, emphasizing their role in defining common behaviors across classes.
JavaFX: Intermediate Scene Graph
Covers intermediate JavaFX concepts, focusing on scene graph and appearance.
Design Patterns: Observer
Covers the implementation of the Observer design pattern in Java.
Design Patterns: Observer/MVC
Explores implementing Observer and MVC design patterns in Java for updating a spreadsheet interface.
Polymorphism and Type Testing
Explores object-oriented programming concepts, polymorphism, inheritance, and dynamic binding in Java, emphasizing the importance of correct object comparison.
Object-Oriented Programming: Inheritance and Polymorphism
Introduces inheritance, polymorphism, and object-oriented programming concepts in Java through practical examples.
Design Patterns: Decorator and Composite
Explains how to implement Decorator and Composite design patterns in Java with real examples and code snippets.
Lambda Functions in Java
Explores lambda functions in Java, showcasing their use through examples like the 'PrintAll' class.
Object-Oriented Programming in Java
Covers object-oriented programming in Java through a case study on modeling watch mechanisms.