Q. Which built-in function is used to get the class name of an object?
β
Correct Answer: (A)
type()
Explanation: `type(object)` returns the class/type of the object.