Completed
Virtual inheritance
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Mocking C++
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Marking
- 3 Mark Objects
- 4 Manual Approach
- 5 Virtual Functions
- 6 Advantages
- 7 Alternatives
- 8 Unit Tests
- 9 Marking Framework
- 10 Limitations
- 11 My malloc is not your malloc
- 12 Test code
- 13 Throwing destructor
- 14 Virtual inheritance
- 15 Callback reporting
- 16 Reify function
- 17 Update lambda
- 18 Explicit lambda
- 19 Feedback framework