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.
Define the term “Array”.
Explain briefly the term AutoPostBack?
What is the function of "EnableViewState" property? Why do we require it On or Off?
How we can decide whether we should deploy application or publish application?
Name the latest features of the ADO.NET Entity Framework 4.0?
How can CAS be turn-on and turn-off?
Describe about the characteristic of Anonymous type?
Explain about pixels, points, and em's whenever fonts are exhibited?
List the classes which are introduced in the System.Numerics namespace?
List out the attributes of an Interface.
18,76,764
1938105 Asked
3,689
Active Tutors
1417361
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!