Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~534 People Reached
Favorite Forums

3 Posted Topics

Member Avatar for foo

What is the difference between string and String? If I want string name = "Joe"; String name = "Joe"; which is the correct usage? Is there a difference? Thanks in advance.

Member Avatar for skatamatic
0
286
Member Avatar for foo

I am still struggling with understanding the creation of objects. For example. int[] x = {4,5,6}; int[] y = new int[x.Length]; Why is it that for the first array, we can initialize it without the use of the new keyword yet in the second line, we need the new keyword? …

Member Avatar for Godfear1
0
103
Member Avatar for foo

Just Started learning Visual Studio and C#. I am at the point in the book where it discusses the use of objects. This is a really confusing subject. What I want to understand is after you've used a class to create multiple objects, how do you make sure that you …

Member Avatar for tgreer
0
145

The End.