C# (Sharp) Programming Language Question:

What is the difference between // comments, /* */ comments and /// comments?

C# (Sharp) Programming Language Interview Question
C# (Sharp) Programming Language Interview Question

Answer:

Single-line, multi-line and XML documentation comments.


Previous QuestionNext Question
Is there any sample C# code for simple threading?What is the difference between and XML documentation tag?