Vidyalelo
Python · Q15

Concept of Object Oriented Programs in Python

Programming · Python · question 15

Q15

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
Answer
D.
Determines class description of any user-defined built-in type

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board