Share to: share facebook share twitter share wa share telegram print page

Visual Basic .NET

Visual Basic .NET (VB.NET) ialah bahasa pengaturcaraan berorientasi objek yang merupakan kesinambungan daripada Visual Basic dan dilaksanakan dalam Microsoft .NET Framework.

Contoh kod

Berikut ialah atur cara hello world yang ditulis dalam VB.NET:

Module Module1
 
    Sub Main()
        Console.WriteLine("Hello, world!")
    End Sub
 
End Module

Pautan luar

Prefix: a b c d e f g h i j k l m n o p q r s t u v w x y z 0 1 2 3 4 5 6 7 8 9

Portal di Ensiklopedia Dunia

Kembali kehalaman sebelumnya