nerdexam
Python_Institute

PCAP-31-03 · Question #20

What is true about Object-Oriented Programming in Python? (Select two answers)

The correct answer is B. the same class can be used many times to build a number of objects D. a subclass is usually more specialized than its superclass. See the full explanation below for the reasoning.

Question

What is true about Object-Oriented Programming in Python? (Select two answers)

Options

  • Aif a real-life object can be described with a set of adjectives, they may reflect a Python object
  • Bthe same class can be used many times to build a number of objects
  • Ceach object of the same class can have a different set of methods
  • Da subclass is usually more specialized than its superclass

How the community answered

(21 responses)
  • A
    19% (4)
  • B
    71% (15)
  • C
    10% (2)

Community Discussion

No community discussion yet for this question.

Full PCAP-31-03 Practice