Is string passed by reference in c#?


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

Post New Answer

More C Sharp Interview Questions

Which language is used for desktop application?

0 Answers  


What is serialization of data?

0 Answers  


How C# 4.0 supports dynamic programming language?

0 Answers  


How long does it take to learn c# programming?

0 Answers  


Why we use oops in c#?

0 Answers  






What is desktop GUI application?

0 Answers  


How do you serialize in c#?

0 Answers  


How can you overload a method?

3 Answers  


What does using system mean in c#?

0 Answers  


Define clr in .net?

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,


Why abstraction is used in c#?

0 Answers  


Categories