Create a class with a method which can remove all the elements from a list other than the collection of elements specified.
Answers
Answered by
0
RemoveAll(Predicate<T>) Method is used to remove all the elements that ... It is different from the arrays. ... Collections. ... class Geeks { ... Creating an List<T> of ...
Similar questions