

InterviewSolution
Saved Bookmarks
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 typeI had been asked this question in a national level competition.This is a very interesting question from Inheritance topic in section Classes and Objects, Inheritance, Polymorphism, Encapsulation and Exception Handling of Python |
Answer» The correct choice is (c) DETERMINES class description of any built-in TYPE |
|