C++ Inheritance and Polymorphism

Good news! Inheritance and polymorphism can facilitate more concise code, which reduces waste throughout the lifecycle of a C++ product. By pushing more generic code into base classes, you can help reduce application code clutter as well as cutting down on code duplication. In this article, software consultant Stephen Morris insists that less code means less testing, lower maintenance costs, and easier upgrades.

10 Comments

  1. 2006-04-10 6:55 am
    • 2006-04-10 7:53 am
  2. 2006-04-10 8:13 am
  3. 2006-04-10 9:09 am
  4. 2006-04-10 12:58 pm
  5. 2006-04-10 1:22 pm
    • 2006-04-10 1:41 pm
  6. 2006-04-10 4:31 pm
  7. 2006-04-10 7:13 pm
  8. 2006-04-11 7:23 am