.NET Multiple Choice Questions and Answers

Question

How do you Create Constructors in VB.NET?

A Create a method and which is named as New
B Create a method and which is named as Initialize
C Create a method and name it with the same name as class name
D None of the above

Answer & Explanation

Answer: Option [A]