What is the purpose of escape sequence?
No Answer is Posted For this Question
Be the First to Post Answer
What are Sealed Classes in C#?
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!
Are c# strings null terminated?
What are virtual destructors?
0 Answers InfoAxon Technologies,
boxing means converting value type to reference type and unboxing means converting reference type to value type.why we need boxing and unboxing?
3 Answers General Mills, Value Labs,
Explain the types of Polymorphism.
What is Garbage Collection in .Net?
List down the different ide’s provided by microsoft for c# development.
How do I link two windows forms in c#?
What are strongly typed objects?
What is the difference between iqueryable and ienumerable?
How u call destructor and dispose methode in c#.NET