What does built-in function type do in context of classes?
(a) Determines the object name of any value
(b) Determines the class name of any value
(c) Determines class description of any value
(d) Determines the file name of any value
I got this question during an online interview.
This interesting question is from Inheritance topic in portion Classes and Objects, Inheritance, Polymorphism, Encapsulation and Exception Handling of Python