Community

Creating Flexible Constant Fields

(Jay Miller) It is very easy to add constant fields to your classes. All you need to do is add the const keyword to the declaration and set the value. You now have a field whose value cannot change during the execution of your program. Here is an example of using const:

Read More - Register for Free Membership