0
List problem
how do I create a list of 15 objects public List <rCar> rc = new List <rCar>();
1 Answer
0
you could add each one using loop or maybe another class that inherits List<rCar> and do that in constructor
how do I create a list of 15 objects public List <rCar> rc = new List <rCar>();