a. A global function can call a class method as well as an instance method.
Answer
True
b. In Python a function, class, method and module are treated as objects.
Answer
True
c. Given an object, it is possible to determine its type and address.
Answer
True
d. It is possible to delete attributes of an object during execution of the
program.
Answer
True
e. Arithmetic operators, Comparison operators and Compound assignment
operators can be overloaded in Python.
Answer
True
f. The + operator has been overloaded in the classes str, list and int.
Answer
False
0 Comments:
Post a Comment