How does VB.NET instantiates the .NET object

A) Using NEW keyword
B) Using CREATEOBJECT keyword
C) Using GETOBJECT keyword
D) Both A & B

Showing Answers 1 - 5 of 5 Answers

sonj

  • Mar 23rd, 2006
 

Ans : A ( using New keyword )

Ex : dim MyObj as new <<ClassName>>

  Was this answer useful?  Yes

tungdh

  • Aug 25th, 2006
 

I thinks that the Ans is D: A & B, CreaetObject is the Old method, but you can still use it

  Was this answer useful?  Yes

pragya

  • Jul 12th, 2012
 

A

  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