Explain cts?



Explain cts?..

Answer / Bipin Gupta

In VB.NET, Constant Type Statements (CTS) are used to declare constants. Constants are values that cannot be changed during runtime. The syntax is: Const <constant name> As [data type] = <value>.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB.NET Interview Questions

What is late binding and early binding?

1 Answers  


Explain cts?

1 Answers  


What are the differences between vb.net and c#, related to oops concepts

1 Answers  


What is static member?

1 Answers  


Explain the difference between datatable and dataset?

0 Answers  


What is the difference b/w Readonly Variable and Constant Variable?

7 Answers   Ksb, Sonata,


What is redim keyword and its use?

1 Answers  


What is the use of system.diagnostics.process class?

1 Answers  


What is difference between a panel and GroupBox ?

3 Answers   GHK,


How can we remove handlers at run time?

1 Answers  


Explain about the feature anonymous type?

1 Answers  


is it possible to use flexgrid in vb dotnet?

9 Answers   Banking, Microsoft, NetBIOS,


Categories