What are destructors in C#?
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 |
Explain about finalize method?
What is private readonly in c#?
What is lazy t?
What is nameof c#?
What are the applications of c#?
Why do we need abstract class?
Are private members inherited in c#?
What is the advantage of constructor?
difference between keyword internal and protected?
How do I start a program in c#?
Explain the process of inheriting a class into another class?
Is c# code is managed or unmanaged code?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)