referring to - "http://msdn2.microsoft.com/en-us/library/szx2ta7y(vs.80).aspx"

"There are two restrictions on the use of destructors. The first restriction is that you cannot take the address of a destructor. The second is that derived classes do not inherit their base class's destructors. Instead, as previously explained, they always override the base class's destructors."

Can some1 show me an example code, which confirms that derived class overrides
base class's ?