We have talk about the class declaration. That is, defining the member variables and providing the function prototypes. But what about the class definitions -- the actual implementation of the functions. Where and how can you implement the functions of a class? Examples?