3
Reply

What’s the difference between // comments, /* */ comments and /// comments?

Dinesh Beniwal

Dinesh Beniwal

Jul 13, 2006
9k
0

    ' // 'It is a single line comment. '/* */' It is a multiple comments. '///'It is used for XML documentation.

    Keerthi Venkatesan
    April 22, 2016
    0

    // for single line /**/ for multiple lines /// Code comment

    Pramod Verma
    January 24, 2015
    0

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

    nikhil kansal
    July 14, 2006
    0