Certified Professional in Python Programming (PCPP-32-101) — Question 16

What is true about type in the object-oriented programming sense?

Answer options

Correct answer: C

Explanation

The correct answer is C because in object-oriented programming, the type often refers to a base class from which all classes inherit, making it the topmost type. Options A and D are incorrect as they misrepresent the hierarchical nature of types, and option B describes a method rather than the concept of type itself.