What is unsigned int?


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

Post New Answer

More C Sharp Interview Questions

What is default class in c#?

0 Answers  


Are there constructors in c sharp?

0 Answers  


Explain constructor?

6 Answers   Wipro,


Explain the role of Garbage collector and its generations?

0 Answers   MCN Solutions,


Which is faster abstract class or interface in c#?

0 Answers  






How can you overload a method?

6 Answers  


How can you sort strings in array that are passed to method as arguments?

0 Answers  


What is double c#?

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 is asenumerable in c#?

0 Answers  


Can a class have static constructor?

0 Answers  


how to prevent a class from being inherited in c#.net?

0 Answers  


Categories