

McqMate
Q. |
Which of the following statement is correct regarding destructor of base class? |
A. | Destructor of base class should always be static. |
B. | Destructor of base class should always be virtual. |
C. | Destructor of base class should not be virtual. |
D. | Destructor of base class should always be private. |
Answer» B. Destructor of base class should always be virtual. |
View all MCQs in
Object Oriented Programming with C++ (OOP in C++)No comments yet