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.
State what are Collections and Generics?
Explain the chief built-in objects in the ASP.NET?
What is an Intermediate Language (IL)?
Explain the types of deployment models which are used in the cloud?
Explain the term Merge Module projects?
Illustrate what do you mean by Asp.net Web form?
Write about the classes are supported to make an XML DOM?
State the method which can be used to impose Garbage collection in .NET?
What do you mean by the term base class of .net?
What is data type and how many types of data types are there in .NET ?
18,76,764
1933085 Asked
3,689
Active Tutors
1438231
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!