Search Results

13
votes

Is there any reason not to make a member function virtual?

One way to read your questions is "Why doesn't C++ make every function virtual by default, unless the programmer overrides that default." Without consulting my copy of "Design and Evolution of C++ …