Computer Science, asked by divaa3797, 11 months ago

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 Anonymous
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