Python_Institute
PCAP-31-03 · Question #94
A class constructor (Select two answers)
The correct answer is B. cannot be invoked directly from inside the class C. can be invoked directly from any of the subclasses. See the full explanation below for the reasoning.
Question
A class constructor (Select two answers)
Options
- Acan return a value
- Bcannot be invoked directly from inside the class
- Ccan be invoked directly from any of the subclasses
- Dcan be invoked directly from any of the superclasses
How the community answered
(25 responses)- A16% (4)
- B76% (19)
- D8% (2)
Community Discussion
No community discussion yet for this question.