What are constants?
What are constants?
Constants!
Constant are equivalent to those variables whose values cannot be changed. Hence, having different keywords in different languages defining constant like “const” is been used in C/C++ and “final” in JAVA.
Well, it is not a primitive variable thus an instance of an actual object.
Cheers!
Please log in or register to add a comment.