1.

What does built-in function help do in context of classes?(a) Determines the object name of any value(b) Determines the class identifiers of any value(c) Determines class description of any built-in type(d) Determines class description of any user-defined built-in type

Answer» The correct choice is (c) Determines class description of any built-in type

Easy explanation - help() usually gives information of the class on any built-in type or function.


Discussion

No Comment Found