What is form feed in c#?
No Answer is Posted For this Question
Be the First to Post Answer
What?s the advantage of using System.Text.StringBuilder over System.String?
What is a nested type. Give an example?
Can you use all access modifiers for all types?
What is definition in c#?
How will you get the different language strings?
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!
What is the difference between continue and break statement?
can we create an empty interface with no definitions? If so, how it should be called in the class?
Is c# substring zero based?
Can you specify an access modifier for an enumeration?
Hello.. This is kali prasad. i wish to learn C#. kindly guide me in making me expert in c#.
What is serialization in unity?