Which function overloads the >> operator?
(a) __more__()
(b) __gt__()
(c) __ge__()
(d) none of the mentioned
I have been asked this question at a job interview.
This question is from Operator Overloading in chapter Classes and Objects, Inheritance, Polymorphism, Encapsulation and Exception Handling of Python