Answers

Question and Answer:

  Home  VB .Net Developer

⟩ Explain the use of New Keyword?

New keyword is used with the constructor in which it can be used as a modifier or an operator. When it is used as a modifier, it hides inherited member from the base class member. When it is used as an operator, it creates an object to invoke constructors.

Dim frm As New Form1 frm.show()

 158 views

More Questions for you: