Some Objective Questions to Clarify

Hi,
Listed are the objective questions.Can i know the answer pls.

1. A virtual destructor affects the behaviour of classes when...
A) A class inherits class containers from the parent class.
B) A parent class pointer is assigned the address of a derived class object.
C) A derived class inherits privately members from 2 parent classes.
D) An instance of a class without public members is deleted.
E) An object with more than one private constructor is deleted.

2. Using Win32 API's what is often overlooked when deleting a DC?
A) Deselection from the context of non-original objects.
B) Using delete[].
C) Loading the ctrl32.dll.
D) Pre-allocation of the freed resource memory for new GDI objects.
E) Sending the device context handle to a context server.

3. Which is the most serious possible result of the statement:
delete this;
A) Defragmented memory.
B) GPF.
C) Memory loss.
D) Code stack overflow.
E) This is a valid command with no ill-effects.
[1094 byte] By [VCVCVC] at [2007-11-17 22:39:47]
# 1 Re: Some Objective Questions to Clarify
What is this ? Some kind of homework ? A questionnaire for a job-interview ?
Yves M at 2007-11-10 8:41:48 >
# 2 Re: Some Objective Questions to Clarify
Uh-oh. I think I failed.
TSYS at 2007-11-10 8:42:48 >
# 3 Re: Some Objective Questions to Clarify
1. B
2. A
3. E
alexey_1979 at 2007-11-10 8:43:47 >
# 4 Re: Some Objective Questions to Clarify
1. D
2. E
3. A
4. B
galathaea at 2007-11-10 8:44:43 >
# 5 Re: Some Objective Questions to Clarify
Uh...there were only three questions, Galathaea.
TSYS at 2007-11-10 8:45:42 >