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
Which are access modifiers available in c#?
What does out mean c#?
What is application object in c#?
From which base class do all Web Forms inherit from?
List down the differences between public, static and void keywords?
What is Web.config?
What is Assembly. and Describe type of assembly. why most developer happy with private assembly.
Can you explain template pattern?
What is dataset c#?
Which are the loop types available in c#?
Why do we need indexer in c#?
Why do we need escape characters?
What is the difference between delegates and events in c#?
Can a string be null c#?
What is thread and explain states of a thread in c#?