On Thu, May 20, 1999 at 12:44:02AM +0200, Marek Habersack wrote: > * Aaron Van Couwenberghe said: > > > > Polymorphism is such an obvious pillar of structured programming that I > > can't understand how anybody could live without it. > Is it? AFAICS none of the traditional languages like Pascal or C has > polimorphism at its base...
What you call polymorphism is just function name overloading, isn't it ? or does C++ implement true polymorphism this days, like what ML does ? Friendly, Sven LUTHER