Note: this is a continuity of the functions tutorial that you should read before proceeding. Since we’ve already seen the
C#
Properties define the class, they are self contained variables that you can either read and/or write. They are there to
Now that you have an overview of what a class is, we can dive a bit more into the subject.
This is basically a List on steroids. Why is that? Because of the way the Dictionary is implemented. Instead of
In this tutorial we’re going to explore the String concatenation. It’s a very important part of any programming language and