Is an array an object c#?


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

Post New Answer

More C Sharp Interview Questions

What is gridview c#?

0 Answers  


What is the benefit of interface in c#?

0 Answers  


What does the initial catalog parameter define in the connection string?

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  


What are iterators?

5 Answers   TCS,






What is the difference between struct and class c#?

0 Answers  


How does aspect oriented programming work?

0 Answers  


Can constructor be private c#?

0 Answers  


What is platform independence"?

0 Answers   DELL,


How do you specify a custom attribute for the entire assembly (rather than for a class)?

0 Answers  


How big is an int in c#?

0 Answers  


What is a data set in c#?

0 Answers  


Categories