Comments in VB .NET

In every programming language there is a facility to keep comments. The structure of comments in Visual Basic .NET is same as C/C++ or java. It supports the four types of comments as following:

' Single line only
REM Single line only
''' XML comments

Add a Comment