Answer the following statements true (T) or false (F)
1) Customization is accomplished by implementing special methods.
2) Python allows the programmer to create new operators to overload.
3) Overloading a mathematical operator implicitly overloads its augmented assignment counterpart.
4) User-defined objects can use Python’s implicit operator overloading to get the expected results.
5) A class may overload the operation of the = assignment statement.
1) T
2) F
3) T
4) F
5) F
Computer Science & Information Technology
You might also like to view...
Data that is shown in a cell is the displayed value
Indicate whether the statement is true or false.
Computer Science & Information Technology
Use the ____ property of the Calendar object to reference the current date.
A. Today B. Current C. TodaysDate D. ThisDate
Computer Science & Information Technology