It is better to avoid multiple inheritance.
In this case, each employee is actually a person, so it would be better to change the use of multiple inheritance to a simple single inheritance hierarchy as shown in 05-3.png.