Any practical example using vb.net to show the oops concepts

Questions by vamshijk

Showing Answers 1 - 1 of 1 Answers

R Krishna Prasadh

  • Aug 20th, 2006
 

Public Class MySample

     Public Shared Sub Main()

           Console.WriteLine("Hello World")

     End Sub

End Class

Form the above example, it is well understood that VB.NEt supports pure object oriented programming.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions