Which of the following syntax is not allowed in VB.NET?

A) Sub End sub
B) { }
C) ( )
Explanation: Sub … EndSub is for enclosing method implementation & ( ) for enclosing the condition. But Flower brackets are not valid Syntax in Vb.Net

Showing Answers 1 - 1 of 1 Answers

jason

  • Jul 7th, 2006
 

Flower brackets are valid in VB.NET and are used in the functionString.Format("{0} out of {1} movies downloaded", currentMovie, movieCount)

  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