|
-
July 25th, 2007, 05:00 PM
#2
Re: About Main() and some basics
1. needs to be static access modifier is irrelevant.
2. depends on what you're defining. classes are internal, members are private in their default state.
3. what?
4. string, int, float, bool, and the others are aliases for the System.String, System.Int32, System.Single, System.Boolean and so on...
5. yea if its a nullable type
6. value types do not have to be initialized w/ new in order to use them. if they contain reference types those will be null and will need to be initialized before use.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|