|
Problem:
Your subclass inherits from an existing class with a destructor method. For this particular subclass, you want to override the destructor of the parent, so that you can alter the way destruction is performed. Solution:
Discussion: Issue: Dangerous.
|