Every class should have the one of the following method so that an object can be constructed

A) Sub New( )
B) Sub Main ( )
C) Sub Create( )
Explanation: Sub New( ) is the constructor in VB.Net with which object are instantiated

Showing Answers 1 - 1 of 1 Answers

Praveen Pampati

  • Jan 24th, 2006
 

Sub New

  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