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.
What do you mean by ASP?
State the relationship between Class and an Object?
List the usages of Command object in ADO.NET?
Write the name of event handlers which can be included in a Global.asax file?
Write down the various open source tool accessible for the VB.NET?
Briefly describe the TrackBar control.
How an ellipse is created, which is non- rectangular window?
Write down a feature that is common to all the .NET languages?
Determine what is Message Contract in the WCF?
Name the data type which the RangeValidator control supports?
18,76,764
1923345 Asked
3,689
Active Tutors
1448827
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!