Operator overloading in OOPs

While writing the function for cin in oops to take user defined input in class it is written as
(istream& is) here “is” only is acceptable or any name like “input” etc is acceptable

@vijayraghav18 any name is acceptable as its an object name for istream!