C# is case sensitive, what is mean by case sensitive

Answer Posted / pankaj

Case sensitive means that every charcter that is written in
in small latter is different from Capital latter
ex - a is different from A.
now in case of c#
every keyword like
1. Main() is different from main().
2.Console is different from console.

Is This Answer Correct ?    29 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of properties window?

492


Explain the difference between Response.Write () and Response.Output.Write ().

524


What is deadly diamond problem?

540


Int map to which .net types?

534


Is everything an object c#?

487






What is hashmap in c#?

468


Why c# is type safe?

518


What is Implementation inheritance and interface inheritance?

488


Explain about Serialize and MarshalByRef?

544


What does char mean in c#?

492


What is the difference between virtual and override in c#?

467


What are the properties of c#?

481


What is the keyword used to prevent a class from being inherited by another class?

661


What's the implicit name of the parameter that gets passed into the set method/property of a class?

584


Is string nullable c#?

490