TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Pankaj Kumar Choudhary
69
26.6k
13.4m
Readonly ,Const Keyword with static Modifier
Mar 3 2015 10:46 PM
can we use a static modifier with a Readonly and Const variable
my question is that i want to know what is diff. b/w
public static const int ab = 13;
public static readonly int ab = 10;
and
public const int ab = 13;
public readonly int ab = 10;
because const and readonly variable are all ready static for a class
Reply
Answers (
2
)
Loop through to show values in a Chart
How to close the main form without letting the application c