Message-ID: <354B2DE4.9981F3C9@uol.com.br> Date: Sat, 02 May 1998 11:29:56 -0300 From: "Juciê Dias Andrade" MIME-Version: 1.0 To: Nathan Cournia CC: djgpp AT delorie DOT com Subject: Re: Inheritance Problem References: <354A206B DOT 586A3F60 AT frank DOT mtsu DOT edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Declare bstClass::SearchTree() as virtual. Every method that possibly will be overriden must be declared "virtual" in the base class. It avoids this kind of problem. []s p.s.: Excuse my English. I'm brasilian. Nathan Cournia escreveu: > > I'm having a problem with inheritance. In my client file I have this > line: