I have an array of Vehicles in C# and some vehicles are Cars and others are SUVs. I am wondering what is the best way to fetch car with lowest weight. If no car is found in the array then find SUV with lowest weight.I have an array of Vehicles in C# and some vehi