can we assign null value to value type in c#?
Answer Posted / jay
string a = string.Empty;
a = null;
| Is This Answer Correct ? | 14 Yes | 20 No |
Post New Answer View All Answers
Name some properties of array.
What are destructors in C#?
What is cshtml?
Explain the difference between const and static read-only?
What is difference between a type and class?
List the fundamental oop concepts?
how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used
What is the use of delegate?
Can main method be final?
Explain the term inheritance in C#.
Can you call from an inherited constructor to a specific base constructor if both base class and an inheriting class has a number of overloaded constructors?
Why do we use anonymous method in c#?
What is a partial method?
List the difference between the virtual method and the abstract method?
What is the use of ienumerable?