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.
Name the root namespace which is used for fundamental types in .NET Framework?
State the basic features of OOPs.
How a border can be placed around a picture box?
Explain what would you do to get rid of Microsoft visual basic name space?
Write the name of the new method that has been introduced in ASP.NET 4.0 to redirect the page permanently?
List the various techniques to authenticate the user in ASP.NET?
List out the difference between the “dynamic” and “var” data types?
Explain about the AJAX Control Extender Toolkit.
Briefly describe key-based dependency and file-based dependency?
Name the different types of authentication techniques which are used in the connection strings to connect the .NET applications with the Microsoft SQL Server?
18,76,764
1952901 Asked
3,689
Active Tutors
1428936
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!