What is string class in c#?


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

Post New Answer

More C Sharp Interview Questions

What does void do in unity?

0 Answers  


What is object type in c#?

0 Answers  


What is Global Assembly Cache (GAC) and what is the purpose of it? (How to make an assembly to public? Steps) How more than one version of an assembly can keep in same place?

0 Answers  


i have a question which is quite simple but yet complicated for me my question is why do we use void, if it does not return anything to the compiler? if it is used for normal display it can also be done by what is called Console.Write() or Consol.WriteLine() and if i do not use void with my method then my compiler throws me an error. if i return a value say integer then i write public int fun() display of the result can also be done here then why is it so necessary to use void with a function and why so compiler throw us an error if v don't use void return type?

2 Answers  


What are the different types of comments in c#?

0 Answers  






Why do we need interface in c#?

0 Answers  


Why do we use abstract class in c#?

0 Answers  


is it possible to inherit a class but methods declared in the class should not be inheritable i possible how?

8 Answers   Microsoft,


What are satellite assemblies?

0 Answers  


What are some examples of desktop applications?

0 Answers  


What is new method in c#?

0 Answers  


What is the use of 'using' statement in c#?

0 Answers  


Categories