Completed
Open methods
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Bringing Business Logic Back to C++
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is in this talk?
- 3 What do we have here?
- 4 Problems with that
- 5 Criticism of OOP
- 6 Defense of OOP
- 7 Powerful OOP
- 8 Polymorphic type-erasure wrappers
- 9 Open methods
- 10 Multiple dispatch (Multimethods)
- 11 Vanilla C++ OOP
- 12 Dynamic Mixins
- 13 Hotswap?
- 14 Stateless hotswap
- 15 Stateful hotswap
- 16 Interpreting C++
- 17 Hotswapping on steroids