The return type in programming refers to the data type of the value that a method or function will return when it is called. It specifies what kind of data will be returned by the method.
Related terms
Method Name: The name given to a method or function which helps identify and call it within a program.