What is string interpolation 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 difference between // comments, /* */ comments and /// comments?

2 Answers   Intel, Visual Soft,


Explain about finalize method?

0 Answers  


What is the difference between function and method in c#?

0 Answers  


If a base class has a bunch of overloaded constructors, and an inherited class has another bunch of overloaded constructors, can you enforce a call from an inherited constructor to an arbitrary base constructor?

2 Answers  


What is .net console?

0 Answers  


What does assert() do in c#?

0 Answers  


What is public, private, protected, internal and internal protected?

0 Answers   QuestPond,


What is use of list in c#?

0 Answers  


What is jagged array in c#?

0 Answers  


What are the types of attributes in c#?

0 Answers  


What?s the difference between System.String and System.StringBuilder classes?

5 Answers  


I have a class declared as below public class a { public void add() {} } What is the diference between a a1 =new a; and simply a a1;

3 Answers  


Categories