Tagged Questions
6
votes
1answer
915 views
C# - What does “destructors are not inherited” actually mean?
Section 10.13, Destructors, of the C# Language Specification 3.0 states the following:
Destructors are not inherited. Thus, a class has no destructors other than the one which may be declared in ...