C# – Classes
In this example and series of examples, I will go through some object oriented and C# concepts. We will use an example of building a transport system, using Cars as an example. First, create a C# project for a class library called “Transportation”. Also, let’s create a new console application called Carl.TestTransportation. We will use that to test our class working. Let’s star with characteristics of a car. Cars have: Make. E.g. Ferrari … Continue reading C# – Classes