PCAP-31-03 Exam QuestionsBrowse all questions from this exam

PCAP-31-03 Exam - Question 20


A property that stores information about a given class’s super-classes is named:

Show Answer
Correct Answer: A

The property that stores information about a given class's super-classes in Python is called __bases__. This property is a tuple containing the base classes, in the order of their occurrence in the base class list.

Discussion

2 comments
Sign in to comment
DKAT2023Option: A
Jun 29, 2024

A is correct

Dave304409Option: A
Jul 4, 2024

is correct