- [ ] `public List(string names) contacts = new List(string names);` [Official documentation: List<T>](https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.list-1?view=net-5.0) ### Q41. What is the difference between non-static and static classes? ### Q40....