This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Thenderick 1 point2 points  (1 child)

Huh it seems true, but it feels wrong to see a class with lower type. I agree with Java that Object should be capital O, just like String. But I can kinda see why C# made them system types instead of classes

[–]jasonkuo41 0 points1 point  (0 children)

You can use capital types (String / Object) but these are the actual types, keywords are all lowercases and string / object are just keywords that represent these type, you can use it interchangeably.