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.
Write few characteristics of ADO.NET Entity Framework 4.0.
Can I employ Windows Forms in the WPF application? Give reasons.
What do you understand by the Tuples?
Explain the ASP.NET AJAX?
Define the term Manifest?
State some differences between the ComboBox control and a ListBox control?
Briefly describe constant.
Distinguish between read-only and constants variables which is used in the programs?
Write about the architecture of ADO.NET in brief.
Name the parameters which control generally connection pooling behaviours?
18,76,764
1939745 Asked
3,689
Active Tutors
1442911
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!