Explain the use of New Keyword?
Submitted by: AdministratorNew 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()
Submitted by:
Dim frm As New Form1 frm.show()
Submitted by:
Read Online VB .Net Developer Job Interview Questions And Answers
Top VB .Net Developer Questions
☺ | Explain deep copy? |
☺ | Explain Code Security? |
☺ | Explain CLR? |
☺ | Explain about Delegate? |
☺ | Explain CLS? |
Top Dot Net Technologies Categories
☺ | MSF Interview Questions. |
☺ | .Net Architecture Interview Questions. |
☺ | ASP.Net MVC Interview Questions. |
☺ | Entity Framework Interview Questions. |
☺ | C# (Sharp) Programming Language Interview Questions. |