Completed
Private Methods
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Working with C++ Legacy Code
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Legacy Code
- 3 Legacy Code Properties
- 4 Continuously patched and hacked
- 5 Broken features
- 6 Who wrote the code
- 7 Legacy Code has users
- 8 The simple algorithm
- 9 The Google Test
- 10 Fake Objects
- 11 Inheritance
- 12 Problems
- 13 Singletons
- 14 Static Methods
- 15 Private Methods
- 16 Other Tricks
- 17 Conclusion