Python_Institute
PCPP-32-101 · Question #79
What is the best description of inheritance in Python?
The correct answer is B. A technique to create new classes by extending existing ones. You've hit your limit · resets 5am (America/New_York)
Advanced OOP
Question
What is the best description of inheritance in Python?
Options
- AA mechanism to store data in a class.
- BA technique to create new classes by extending existing ones.
- CA feature to prevent data duplication.
- DA system for managing data attributes.
How the community answered
(59 responses)- A2% (1)
- B88% (52)
- C7% (4)
- D3% (2)
Explanation
You've hit your limit · resets 5am (America/New_York)
Topics
#inheritance#class extension#OOP concepts#subclassing
Community Discussion
No community discussion yet for this question.