Diff between the Ilist and List
- IList<int> res = new List<int>();
- List<int> res = new List<int>();
what is the difference between the both which is considered as best practice.
1 Reply
The difference between interface and class
Neither are best practice. Use var