Prev Next
Answers (2)
ANANYA Oct 16, 2020 02:46
Answer:   Tuples are data structures that hold object properties and contain a sequence of elements of different data types. They were introduced as a Tuple class in .NET Framework 4.0 to avoid the need of creating separate types to hold object properties

PARTH Oct 16, 2020 09:19
Answer:   A .NET tuple is a data structure that provides an easy way to represent a single set of data.
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

Post Your Answer
Guest User

Not sure what course is right for you?

Choose the right course for you.
Get the help of our experts and find a course that best suits your needs.


Let`s Connect