What is Tuples

What do you understand by the Tuples?

E

Expert

Verified

Tuple is a fixed-size collection which can have elements of either different or same data types. Like arrays, a user must have to specify the size of a tuple during declaration. Tuples can hold up from 1 to 8 elements and in the case there are more than 8 elements, then 8th element can be defined as the another tuple. Tuples can be specified as a parameter or return type of a method.

   Related Questions in DOT NET Programming

©TutorsGlobe All rights reserved 2022-2023.