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.
Name the three states which are set in a CheckState property of the CheckBox?
Which type of code, a client-side or a server-side, is found in the code-behind file of the Web page?
Explain about several validation controls which are available in ASP.NET AJAX 4.0?
Illustrate the difference between the const and readonly?
Write the name of event which determines that all controls are completely loaded into the memory?
Briefly state the characteristics of the value-type variables which C# programming language supports.
Explain WebParts controls in ASP.NET and in what way we can provide WebParts control functionality to the server control?
What is the function of Orientation property in a Menu control?
What is meant by DLR (Dynamic Language Runtime)?
Differentiate Skip and Take clauses?
18,76,764
1922421 Asked
3,689
Active Tutors
1449994
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!