write a console application to define class of person


Module Module1

    Sub Main()
        Dim obj As Person_class
        obj = New Person_class()
        obj.Person_method()

    End Sub

End Module
Public Class Person_class
    Public Sub Person_method()
        Console.WriteLine("successfull  method is define ...")

    End Sub
End Class

Related Posts Plugin for WordPress, Blogger...

Engineering material

GTU IDP/ UDP PROJECT

GTU IDP/ UDP PROJECT

Patel free software download

  © Blogger templates The Professional Template by Ourblogtemplates.com 2008

Back to TOP