Is array value type in c#?


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

Post New Answer

More C Sharp Interview Questions

Is there regular expression (regex) support available to c# developers?

0 Answers  


What is helper method in c#?

0 Answers  


Why is it not a good idea to use empty destructors?

0 Answers  


Define an abstract class?

0 Answers  


What is strong name in c# and how can we use it?

0 Answers   DELL,






What kind of the information stored inside the assembly?

0 Answers   CitiusTech,


Can constructor be overloaded in c#?

0 Answers  


t name of controls, which are displayed same in all browers?

1 Answers   TCS,


What is early binding and late binding

12 Answers   ABC, Infosys, TATA,


What is ac callback?

0 Answers  


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  


Why do we use virtual methods in c#?

0 Answers  


Categories