Kizspy | Question: 36
(Choose 1 answer)
What does the Python dir() function show when we pass an object into it as a parameter?
A. It shows the parent class
B. It shows the number of parameters to the constructor
C. It shows the methods and attributes of the object
D. It shows the type of the object