A Tuple is a lightweight data structure that allows you to group multiple values—potentially of different types—into a single object. It's perfect when you want to return multiple values from a method without creating a custom class or struct.
=====================================================================================================
Record