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
What is object array in c#?
What is cls, cts and clr in net?
Does c# have a 'throws' clause?
What does the dispose method do with the connection object?
What is a clr host?
What is the syntax for calling an overloaded constructor within a constructor (this() and constructorname() does not compile)?
Can we set image Source dynamically using C# in WPF application?
What are the collection types can be used in c#?
What is string literal in c#?
Does c# support const methods, properties, or events?
What are the different types of classes in c#?
What is the Signification of the "new " keyword in C#? example
What are the collections in c#?
How to parse a date time string?
How can i Spawn a Thread