01 / 04
Two classes that are nearly the same
Say you wrote separate blueprints for "vehicle" and "truck". Holding a name, running along — you end up writing the shared part into both.
Having to fix two places when you want to change the shared part is a nuisance, and fixing only one and having them drift apart is the frightening bit.