derived class destructors
- From: "Gabrielle A. Grün" <grun@xxxxxxxxx>
- Date: Sat, 10 Dec 2005 05:53:28 GMT
Hi All,
When the destructor of a derived class is called, somehow the destructor
of the base class is automatically called at the end. Is there any way to
prevent or bypass this so that only the destructor of the single
inheritance derived class is executed. I am using Microsoft Visual C++
..NET Version 7.1. Many thanks.
--
Gabrielle A. Grün, Ph.D. Student
School of Computing Science
Simon Fraser University
8888 University Drive
Burnaby, BC
V5A 1S6
<http://www.cs.sfu.ca/~grun>
.
- Follow-Ups:
- Re: derived class destructors
- From: James Curran
- Re: derived class destructors
- From: Alex Blekhman
- Re: derived class destructors
- Prev by Date: console
- Next by Date: Re: console
- Previous by thread: console
- Next by thread: Re: derived class destructors
- Index(es):
Relevant Pages
|