In order to use Python's built-in sorting capabilities, which of the following special methods can be implemented. Select all correct answers.

Note: question is not asking whether all correct answers (special methods) must be simultaneously implemented. It is only asking you to select all potential options to make sorting capability work.

A. __ge__
B. __gt__
C. __It__
D. __ne__
E. __eq__
F. __le__

Q&A Education