What is form feed in c#?


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

Post New Answer

More C Sharp Interview Questions

What?s the advantage of using System.Text.StringBuilder over System.String?

1 Answers  


What is a nested type. Give an example?

0 Answers  


Can you use all access modifiers for all types?

0 Answers  


What is definition in c#?

0 Answers  


How will you get the different language strings?

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 difference between continue and break statement?

0 Answers  


can we create an empty interface with no definitions? If so, how it should be called in the class?

3 Answers   IBM,


Is c# substring zero based?

0 Answers  


Can you specify an access modifier for an enumeration?

0 Answers  


Hello.. This is kali prasad. i wish to learn C#. kindly guide me in making me expert in c#.

2 Answers  


What is serialization in unity?

0 Answers  


Categories