Combining Object-Oriented & Functional Programming in Java (Part 2)

Опубликовано: 27 Октябрь 2022
на канале: Douglas Schmidt
369
8

This video outlines the design & implementation of the ImageStreamGang case study to showcase the benefits of combining object-oriented & functional programming in modern Java. It also summarizes the relationship between object-oriented & functional programming, whereby
object-oriented programming features make code understandable by encapsulating the moving parts, whereas its functional programming features make code understandable by largely eliminating the moving parts

All the code shown in this video is available in open-source form from github.com/douglascraigschmidt/ModernJava/tree/main/CS/ImageStreamGang.