chuawenching
Regular
- Joined
- Jul 26, 2003
- Messages
- 66
Hi there,
I had some questions. I was learning c# and i saw this code:
static int amountopen = (0 - 500);
Hmm.. wonder, does it means we are setting a scope from 0 to 500 for integer amountopen?
This is first time i seen.
Oh ya, another added question. How does virtual keyword comes in handy in c# programming? Any good samples and explanations on that please.
Thanks.
Regards,
Chua Wen Ching
I had some questions. I was learning c# and i saw this code:
static int amountopen = (0 - 500);
Hmm.. wonder, does it means we are setting a scope from 0 to 500 for integer amountopen?
This is first time i seen.
Oh ya, another added question. How does virtual keyword comes in handy in c# programming? Any good samples and explanations on that please.
Thanks.
Regards,
Chua Wen Ching