Programming Languages C# Objective
Jan 02, 2013

How to declare a class constant in C#?

Choose the correct answer:
A) static
B) final
C) const
D) constant
Detailed Explanation

As we used static final in java to declare a class constant like we use const in C#.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback