Write the role of new keyword?



Write the role of new keyword?..

Answer / Vijay Shukla

The 'new' keyword in VB.NET is used to create a new instance of an object or structure. It allocates memory for the object, initializes its properties and returns a reference to the newly created object.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB.NET Interview Questions

Explain namespace?

1 Answers  


Explain about delegate?

1 Answers  


Explain jagged array in vb.net?

1 Answers  


Explain the use of option explicit?

1 Answers  


Explain about visual basic.net?

1 Answers  


Explain redim keyword?

1 Answers  


How does vb.net achieve polymorphism?

1 Answers  


how to create views in sql with syntax and example

5 Answers  


What are the shared variables?

1 Answers  


How do you retrieve the customized properties of a .net application from xml .config file?

1 Answers  


Can you please explain the difference between vb and vb.net?

1 Answers  


Can you please explain the difference between int and int32?

1 Answers  


Categories