Exercises
-
12.3 (Programming in the General) How is it that polymorphism enables you to program “in the general” rather than “in the specific”? Discuss the key advantages of programming “in the general.”
-
12.4 (Polymorphism vs.
switch
logic) Discuss the problems of programming withswitch
logic. Explain why polymorphism can be an effective alternative to usingswitch
logic. -
12.5 (Inheriting Interface vs. Implementation) Distinguish between inheriting interface and inheriting implementation. How do inheritance hierarchies designed for inheriting interface differ from those designed for inheriting implementation?
-
12.6 (Virtual Functions) What are
virtual
functions? Describe a circumstance in whichvirtual
functions would be appropriate. ...
Get C++ How to Program, 10/e now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.