How do you Create Constructors in VB.NET

A) Create a method and name it with the same name as class name
B) Create a method and which is named as New
C) Create a method and which is named as Initialize

Showing Answers 1 - 16 of 16 Answers

sudhkar

  • May 20th, 2007
 

A) Create a method and name it with the same name as class name

  Was this answer useful?  Yes

HENSON

  • Sep 20th, 2011
 

Create a method which is named as New
EG:- Sub New()

  Was this answer useful?  Yes

PRAMOD SINGH

  • Dec 27th, 2018
 

How do you Create Constructors in VB.NET

  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