Abstraction Mechanisms, Part 2
- slide 7 : 24
Hiding inherited names
Effective C++, Third edition
: Item 33
The programs on this slide is the starting point of an exericse
The topic is
hiding inherited names
A class B inherits two virtual, overloaded functions from A - straightforward - no problems.
Hiding inherited names