Vidyalelo
Python · Q60

Classes and Objects in Python

Programming · Python · question 60

Q60

Which function overloads the >> operator?

A.
__more__()
B.
__gt__()
C.
__ge__()
D.
none of the mentioned
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board