nerdexam
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)
  • A
    2% (1)
  • B
    88% (52)
  • C
    7% (4)
  • D
    3% (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.

Full PCPP-32-101 Practice