Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
The Sincerest Form of Flattery
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Maurice Naftalin
- 3 Functional Programming: Elegant, Mathematically Sound
- 4 Object-Oriented Languages: Successful but Envious
- 5 Generics: Stating the Problems
- 6 Type Erasure in Generic Java
- 7 Type Erasure: How does it work?
- 8 Type Erasure vs. Inheritance
- 9 How about Arrays?
- 10 Wildcards to the rescue! (really?)
- 11 Generics in Scala
- 12 Closures in Pizza
- 13 Closures Lambdas in Java
- 14 Closures in Scala
- 15 Partial Application in Scala
- 16 Pattern Matching in Pizza
- 17 Pattern Matching in Scala
- 18 Conclusion