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.
Illustrate different types of inheritance?
Elucidate the term Windows authentication?
List out the different components of an assembly.
Name the data type which the RangeValidator control supports?
Describe four workflow principles?
Write down in brief the various types of Triggers in the WPF?
Write the basic difference between ASP and ASP.NET?
What are the steps involve in Assembly execution?
Illustrate some of the points regarding CustomControls in WPF?
Describe the differences between the Server-side and Client-side code?
18,76,764
1946164 Asked
3,689
Active Tutors
1435690
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!