1.

When Do We Generally Use Destructors To Release Resources?

Answer»

If the application USES unmanaged RESOURCES such as windows, files, and network CONNECTIONS, we use
destructors to RELEASE resources.

If the application uses unmanaged resources such as windows, files, and network connections, we use
destructors to release resources.



Discussion

No Comment Found