Describe the term destructor
Briefly describe the term destructor?
Expert
Destructor is a special method for the class and is called up automatically when the object is finally destroyed. Name of a destructor is also same as that of a class but it is followed by the prefix tilde (~).
Destructor is used to release the resources and free the dynamic allocated memory. We can, though, implement the custom method which allows us to control object destruction through calling the destructor. The main features of a destructor are as follows:
i. They do not have any return type. ii. They are similar to constructors, as they are also always public iii. They cannot be overloaded.
Describe the role of the JIT compiler in .NET Framework?
Write about the architecture of ADO.NET in brief.
What is meant by XCOPY?
What is the EventLog class?
Explain the MSIL(Microsoft Intermediate Language) ?
Write the difference between globalization and localization?
List the usages of the Command object in ADO.NET?
State the main components of .NET Framework?
How one can create the ellipse, which is the non- rectangular window?
Write down some of the features which are present in the VB 2005?
18,76,764
1926011 Asked
3,689
Active Tutors
1452122
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!