in reply to Re: I dislike object-oriented programming in general
in thread I dislike object-oriented programming in general

But the burning question is what should GolfBall inherit from.
  • Comment on Re^2: I dislike object-oriented programming in general

Replies are listed 'Best First'.
Re^3: I dislike object-oriented programming in general
by menolly (Hermit) on Oct 19, 2007 at 20:54 UTC

    Ball and SportsEquipment; Ball inherits from Sphere, which inherits from PlatonicSolid, which inherits from...

    It's classes all the way down!