The extension method ________ is used to filter the results of a LINQ query.
a. Filter
b. Equals
c. Where
d. None of the above
c. Where
Computer Science & Information Technology
You might also like to view...
Once a GameObject has been created, you can attach behaviors to it. What is the Unity term for these?
What will be an ideal response?
Computer Science & Information Technology
By defining data members as private, you protect the data and enable access only through the object's methods and properties. This describes the ____ feature.
A. abstraction B. encapsulation C. polymorphism D. inheritance
Computer Science & Information Technology