First, thanks to both of you for writing the book and for how well the content is explained. However I'm having trouble understanding this statement on page 260:
From what I can find via Google searches and tinkering with the pets4.cpp code, having a method in the derived class with the same name (different signature or not) as one in the base class hides the base class method, much like overriding a method seems to.
Can you maybe explain that in a different way so it makes more sense to me?
Thanks in advance!