DotNet Interview Question 65 of 100:
What are Tuples in CSharp?
Answer: A tuple is a data structure that has a specific number and sequence of elements. An object of a Tuple can hold a database record (or row), and its components can represent individual fields of the record.
#Csharp #interview #interviewtips #dotnet #dotnetprogramming #techinterview #techinterviews
コメント