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.
Explain what is meant by Procedure oriented language?
What is Custom Activities?
Write about the classes are supported to make an XML DOM?
Explain briefly about server-side comments and also write its syntax?
What improvements are prepared in CAS in .NET 4.0?
What is the use of Global.asax file?
How can we check that whether all the validation controls on the Web page are valid and proper?
State the purpose of DataView?
Describe the function of a SizeMode property of a PictureBox control?
Write the basic difference between ASP and ASP.NET?
18,76,764
1945472 Asked
3,689
Active Tutors
1435106
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!