What are functions c#?


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

Post New Answer

More C Sharp Interview Questions

Is c# code is managed or unmanaged code?

0 Answers  


is it possible to access a remote web service Without UDDI?

0 Answers   TCS,


Is char * null terminated?

0 Answers  


What is the Use Of Interfaces? For example I have a interface as shown below? Interface IMyInterface { public void MyMethod(); } class MyClass : IMyInterface { public void Mymethod() { Some Code } } class Program { static void Main(string[] args) { MyClass obj = new MyClass(); obj.MyMethod(); } } Here What is My Question is? If i remove Interface and run this code, it will executed then what is the Use of the interface? Can any one give me the solution for this Problem? Thanks in Advance!

1 Answers   HCL,


What is the compiler of c#?

0 Answers  


What is the solution if you need to manipulate sets of items?

0 Answers  


What is difference between interface and abstraction?

0 Answers  


Why can?t you specify the accessibility modifier for methods inside the interface?

2 Answers  


What is the difference between system.string and system.text.stringbuilder classes?

0 Answers  


Explain About Web.config

0 Answers   Keane India Ltd,


What is serialization of data?

0 Answers  


what are the differences b/w structure and class?

10 Answers  


Categories