What is the difference between String s(Small s) and String
S(Capital S)?
Answer Posted / bhagyashri
Small string is used as a DataType to declare variable &
Capital String is Class.Both are derived from
System.String.To Declare Any string variable we use small
string.
| Is This Answer Correct ? | 25 Yes | 1 No |
Post New Answer View All Answers
What is an escape sequence? Name some string escape sequences in c#.
What is an argument in c#?
What is .net c#?
How can you sort strings in array that are passed to method as arguments?
How to reduce image resolution in C#?
Why do we use overloading in c#?
What is a property in c#?
What are the basic string operations? Explain.
What is an enumerator in c#?
What is ienumerable and iqueryable?
What are the boolean data types in c#?
Define collections?
How do you specify a custom attribute for the entire assembly?
Enlist some of the properties of a thread class?
Explain different properties of object oriented systems.