First page
Back
Continue
Last page
Graphics
Virtual Base Class
class Singer : virtual public Worker { ... };
Allows a derived object to inherit just one object from the original base class.
See Fig. 14.5 as compared to Fig. 14.4.