Tuesday 4 October 2011

What are Constants? How will you declare a constant?

Constant is an object whose value cannot be changed. In ASP, constants are declared using the keyword Const
Ex. Const PI = 3.1416

No comments:

Post a Comment