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 together  Annotated slide -- Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    Abstraction Mechanisms, Part 2 - slide 7 : 24

Hiding inherited names

The programs on this slide is the starting point of an exericse

The topic is hiding inherited names

prog0.cc
A class B inherits two virtual, overloaded functions from A - straightforward - no problems.
Go to exercise
Hiding inherited names