Answer Posted / hrpynux@gmail.com
Destructors in C++ are members functions in a class that delete an object. They are called when the class object goes out of scope such as when the function ends, the program ends, a delete variable is called etc. ... Also, destructors have the same name as their class and their name is preceded by a tilde(~).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Define thread?
What is the advantage of generics in c#?
How to force my .net app to run as administrator on windows 7?
Is system a class in c#?
What is tochararray in c#?
What is difference between singleton and static class in c#?
What Is The Difference Between The System.array.copyto() And System.array.clone()?
What is use of hashtable in c#?
Can abstract class have parameterized constructor?
What is generic and non generic collections in c#?
Why var is used in c#?
What are the properties of string?
Why delegates are type safe in c#?
How big is int16?
Why delegates are safe in c#?