Path: utzoo!mnetor!tmsoft!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!aero!aerospace.aero.org!jordan From: jordan@aerospace.aero.org (Larry M. Jordan) Newsgroups: comp.lang.c++ Subject: Re: Calling virtual functions INDIRECTLY from constructors Message-ID: <94898@aerospace.AERO.ORG> Date: 19 Dec 90 01:13:18 GMT References: <94876@aerospace.AERO.ORG> Sender: news@aerospace.aero.org Reply-To: jordan@antares.UUCP (Larry M. Jordan) Organization: The Aerospace Corporation, El Segundo, CA Lines: 6 I see how it might be done! While in C0's constructor the "pre-object" is momentarily pointing at C0's vft. When it finishes with the last constructor (C1) it will ultimately point to its class's vft. How does anyone (except a C++ compiler implementor) ever clearly understand how C++ should behave?