Interview Question
Qus: What are Tuples?
Answers (2)
The System.Tuple class provides static methods to create tuple objects.
Tuples allow us to -
1) Create, access, and manipulate a data set
2) Return a data set from a method without using out parameter
3) Pass multiple values to a method through a single parameter