Interview Questions

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

C# Interview Questions and Answers


(Continued from previous question...)

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

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

(Continued on next question...)

Other Interview Questions