Which function overloads the // operator?
(a) __div__()
(b) __ceildiv__()
(c) __floordiv__()
(d) __truediv__()
This question was addressed to me in an interview.
I need to ask this question from Operator Overloading topic in division Classes and Objects, Inheritance, Polymorphism, Encapsulation and Exception Handling of Python