C# is case sensitive, what is mean by case sensitive
Answer Posted / rajkamal
Case Sensitive means treating/Allowing/Considering Upper
Case Letters as Different as Lower Case vise versa.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What are "class access modifiers" in C#?
Describe the types of comments in c#?
What problem does Delegate Solve?
Describe two uses of the “using” statement during the operation of c#?
When should we use sealed class in c#?
Where test director stores its data ? Database ,Local file etc...? I need to read this data from Visual Studio 2005 c# client. Regards
What is ienumerable <> in c#?
What is the difference between an integer and int?
Which namespaces are necessary to create a localized application?
Do loops c#?
Which sorting algorithm is best?
What is the base class for array types?
Can you access a hidden base class method in the derived class?
What is data annotation in c#?
Why do we need properties in c#?