Answered Questions

  • How do you Create Constructors in VB.NET

    A) Create a method and name it with the same name as class nameB) Create a method and which is named as NewC) Create a method and which is named as Initialize

    PRAMOD SINGH

    • Dec 27th, 2018

    How do you Create Constructors in VB.NET

    HENSON

    • Sep 20th, 2011

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