Lecture 5 - Slide 9 : 40
Hiding inherited names

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

The topic is hiding inherited names

Tricky stuff

prog0.cc
A class B inherits two virtual, overloaded functions from A - straightforward - no problems.
prog1.cc
Class B redefines one of the functions, and expects to inherit the other - problems.
Go to exercise
Hiding inherited names