Completed
Recap: Data-oriented programming
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Data-Oriented Programming in Java - Records, Sealed Classes, and Pattern Matching
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Project Amber
- 3 What is Object-oriented Programming?
- 4 Boundaries
- 5 Trend: small program units
- 6 New Emphasis
- 7 New Tools: Record Classes
- 8 New tools: Sealed classes
- 9 Test and extract
- 10 Pattern Matching in instanceof
- 11 Pattern matching in switch
- 12 Pattern matching over sealed hierarchies in switch
- 13 Record Patterns
- 14 Consuming the Future Type
- 15 Rethinking The Future Type
- 16 Processing a Better Return Type
- 17 JSON Values
- 18 JSON: Searching for Values
- 19 Recap: Data-oriented programming