DEV Community

Discussion on: The Best Thing about C++

Collapse
 
andreasjakof profile image
Andreas Jakof

I did a workshop once on the very same topic for new programmers in our company. Bringing some deterministic life time to objects in C#.
And since I have a background in C++ too, I also like destructors and was frustrated of the lack of them in C# sometimes, when I wanted that objects life ended determinstically instead of some time (maybe).