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.
What do you mean by the term base class of .net?
Define the term TrackBar control.
Illustrate the difference between the .dll extension and .exe extension files?
Differentiate MDI form and a standard form?
Write down the benefits of Hosting WCF in IIS?
Write the syntax of the for loop in C# code?
Illustrate the terms Authorization as well as Authentication?
State the concept of constructor?
What is the function of DialogResult property of the Button control?
Define the term “Array”.
18,76,764
1929259 Asked
3,689
Active Tutors
1421592
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!