I have always assumed that the member functions of a class are stored in memory like the member data of the class. I don't know where I got this notion, so I think it wise to ask if that is the case. If I have a class with member functions, and I instantiate a few instances of that class, does that mean there are a few copies of the same function in memory?
