Is string reference type / value type ?
Answer Posted / avisek
string is referrence type....
bcz there is no limitations of string means it can have variable length......thats why str[0],str[1],
string stores only the referrence to the value stored in it....
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why do we need to override in c#?
What is a multicast delegate in c#?
What does type safe mean in c#?
Explain the Usage of web.config
In a C# class we have a SortedList member m_addinProjects
we want to provide an iterator to allow the consumer of
this class access to the items in the collection. Please
provide an iterator method for the AnalyzeAddinsDLL class
below and an example of how it would be used.
namespace AnalyzeAddinsDLL
{
public class AllAddInProjects
{
private SortedList
What are custom exceptions in C#?
What are the 2 types of data types available in c#?
What is .cs file in c#?
How many classes are there in classification?
What is data binding c#?
What is writeline in c#?
What is Assembly. and Describe type of assembly. why most developer happy with private assembly.
Can we inherit two classes in c#?
In .Net, what is an assembly? Also explain the type of assembly.
Define an array?