Lecture overview -- Keyboard shortcut: 'u'  Previous page: Destructors and Inheritance - Virtual Destructors -- Keyboard shortcut: 'p'  Next page: Abstract Classes -- Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  slide -- Keyboard shortcut: 't'  Help page about these notes  Alphabetic index  Course home  Lecture 4 - Page 7 : 24
Notes about C++
Abstraction Mechanisms, Part 2
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

y:/Kurt/Files/Advanced-programming-cpp/cpp/kn/avoid-hiding-inherited-names/prog0.ccA class B inherits two virtual, overloaded functions from A - straightforward - no problems.


Go to exerciseHiding inherited names