Define c# i/o classes? List the commonly used classes?


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

Post New Answer

More C Sharp Interview Questions

What?s the .NET datatype that allows the retrieval of data by a unique key?

3 Answers  


How many types of inheritance are there in c#?

0 Answers  


Define sealed classes in c#?

0 Answers  


WHICH IS THE BEST BOOK FOR A BEGINNER TO LEARN AP.NET 3.5, C#.NET & ALL THE FEATURES OF VISUAL STUDIO2008? WHAT ARE THE CERTIFICATIONS IN THIS FIELD? WHICH IS BEST BOOK FOR CLAERING CERTIFICATION EXAM? PLZ HELP ME YAAR

1 Answers  


Why delegates are safe in c#?

0 Answers  






What is managed or unmanaged code?

0 Answers  


Int map to which .net types?

0 Answers  


What is typeof 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  


List some Advantages of switch-case over if else?

0 Answers  


List down the differences between public, static and void keywords?

0 Answers  


Why do we need static class in c#?

0 Answers  


Categories