Introduction to OOP Chapter 4: Classes and Methods: next previous audio real text

Considerations in Method Definitions

In C++ you have a choice to define a method in the class interface, or separately in an implementation file. How do you decide?
Intro OOP, Chapter 4, Slide 25