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 Common Language Specification (CLS)?
Why there is a requirement of user-defined controls?
What is meant by the term Extensible Markup Language (XML).
Describe code access security (CAS)?
Which of the following steps involves Assembly execution? a Evidences are gathered about assembly. b Depending on the gathered evidences, the assembly is assigned to a code group. c Security rights are allocated to the assembly, depending on the code group. d Assembly runs as p
Illustrate Queues and Stacks?
Explain the function of .WebPart file do?
Name the class which is inherited when the ASP.NET server control is added to the Web form?
In the vb.net, explain how to connect the crystal report?
What do you understand by Common Type System (CTS)?
18,76,764
1923895 Asked
3,689
Active Tutors
1450055
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!