Friday, October 22, 2010

Polymorphic Behavior

The following give you polymorphic behavior in C++:
   a. virtual functions
   b. templates
   c. overloading
   d. conversions

Reference: More Exceptional C++ by Herb Sutter. Addison-Wesley, 2001, p. 4.

No comments:

Post a Comment