Concept of the Destructor
Explain concept of the Destructor?
Expert
A Destructor is a special method for the class and is called automatically whenever an object is to be finally destroyed. Name of the destructor is also same as the class name but it is followed by a prefix tilde (~). A destructor is used to free the dynamic allocated memory and thus release the resources. You may, implement a custom method which permits you to control the object destruction by invoking the destructor.
The main attributes of the destructor are as follows:
a) As constructors, destructors are also always public.
b) Destructors does not have any return type.
c) We cannot overload Destructors.
Define the term DTD?
How to make a windows desktop application using visual studio 2010 ultimate?
What is meant by the Object Pooling?
Explain Language Integrated Query (LINQ)?
Briefly describe side-by-side execution and also explain whether two applications, one using the shared assembly and other private assembly be declared as side-by-side executables?
Explain what is Multicast delegate?
Write about the Dynamic update?
What is the use of Global.asax file?
What do you understand by the term ASP.NET Web Forms?
How to access information about a user's locale?
18,76,764
1935032 Asked
3,689
Active Tutors
1418115
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!