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.
How an ellipse is created, which is non- rectangular window?
Briefly describe about XSLT?
By what way we can display a default value in a text box of the input box?
Define Windows Workflow Foundation (WF)?
Explain the use of Role-based security?
Describe where us the entry point in the WPF application?
Illustrate the difference between import System.Data.SqlClient and System.Data.Oledb in brief?
Using XSLT, how the value of a specific attribute can be extracted from an element in the XML document?
Write down some of the features which are present in the VB 2005?
Differentiate between Assembly and NameSpace?
18,76,764
1931897 Asked
3,689
Active Tutors
1423828
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!