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.
Briefly explain the term DynamicObject classes?
In what way we can unselect a selected item in the ListView control programmatically in the .NET 4.0?
Define constant and variable.
Write the difference between unmanaged and managed code?
Specify, what is an Activity?
Explain about the DataContext class and also how it is related to the LINQ?
Explain how does an MDI form differ from a standard form?
Write differences between Int32 and Int.
Write the chief features of the Cloud services?
Explain the necessary syntax of the LINQ query in the Visual Basic and also in the C#.
18,76,764
1933513 Asked
3,689
Active Tutors
1435132
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!