How can I make sure my c# classes will interoperate with other .net languages?


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

Post New Answer

More C Sharp Interview Questions

Why is .net so popular?

0 Answers  


What is the use of console readline () in c#?

0 Answers  


What is assembly and dll in c#?

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 are instance fields in c#?

0 Answers  






Explain streamreader/streamwriter class?

0 Answers  


What is the difference between static and constant variables?

0 Answers   Accenture,


Is there hashmap in c#?

0 Answers  


Is c# easier than c++?

0 Answers  


Can I do things in il that I can't do in c#?

0 Answers  


C# Code for How to set readonly property to Id(database) value?

2 Answers   HCL,


What is string method in c#?

0 Answers  


Categories