Explain the difference between “constant” and “read-only” variables used in c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What are anonymous types in c#?

0 Answers  


What is public void in c#?

0 Answers  


What are sorted lists?

0 Answers  


What is scavenging?

2 Answers   HCL,


If there are 2 interface IParentInterface & IChildInterface as follows. interface IParentInterface { void InterfaceMethod(); } interface IChildInterface : IParentInterface { void InterfaceMethod(); } Both the interface contains method with same name InterfaceMethod(). How InterfaceMethod() will be handled in IChildInterface as its deriving IParentInterface

3 Answers  


Difference between imperative and interrogative code?

1 Answers   VelTech, Wipro,


Why is ienumerable used?

0 Answers  


Are structs value types c#?

0 Answers  


WHAT IS THE DIFFERENCE BETWEEN STRING AND STRING BUILDER ?

3 Answers  


int i,string s, String s1 Which is valuetype which is refrence type.

6 Answers   Synechron, Sytel,


Explain the difference between directcast and ctype.

0 Answers  


Can constructor be private c#?

0 Answers  


Categories