Class and Structure
State the difference between a class and a structure?
Expert
Class :
a) A class is a reference type. b) While instantiating a class, CLR assigns memory for its instance in heap. c) Variables of class can also be allocated as null. d) Classes also support inheritance. e) Class contains constructor/destructor.
Structure :
a) A structure is a value type. b) In structure, memory is allocated on the stack. c) Structure members cannot have null values. d) Structures do not support inheritance. e) Structure does not need any constructor/destructor and members are initialized automatically.
How to make a windows desktop application using visual studio 2010 ultimate?
Write the name of two new properties that are further added in an ASP.NET 4.0 Page class?
Explain what is the CLI and also if it is same as that of CLR?
State some of technologies that are utilized within the AJAX?
Write the difference between unmanaged and managed code?
What can be inferred from the term Methods?
What is the function of "EnableViewState" property? Why do we require it On or Off?
State the main components of .NET Framework?
Write the name of namespaces which are required to allow the use of the databases in the ASP.NET pages?
What is the role of the DynamicPopulateExtender control?
18,76,764
1941062 Asked
3,689
Active Tutors
1433378
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!