Cpp Programming Quiz 125 – Which of the following statement is correct regarding destructor of base class?
[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: Option B
