exam questions

Exam PCAP-31-03 All Questions

View all questions & answers for the PCAP-31-03 exam

Exam PCAP-31-03 topic 1 question 78 discussion

Actual exam question from Python Institute's PCAP-31-03
Question #: 78
Topic #: 1
[All PCAP-31-03 Questions]

What is true about Object-Oriented Programming in Python? (Choose two.)

  • A. the same class can be used many times to build a number of objects
  • B. each object of the same class can have a different set of methods
  • C. if a real-life object can be described with a set of adjectives they may reflect a Python object method
  • D. a subclass is usually more specialized than its superclass
Show Suggested Answer Hide Answer
Suggested Answer: AD 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
flthymcnsty
1 month ago
Selected Answer: AD
Explanation: The correct answers are: A: the same class can be used many times to build a number of objects A class acts as a blueprint in Python. Multiple objects (instances) can be created from the same class, each having its own state and data. D: a subclass is usually more specialized than its superclass In object-oriented programming, a subclass inherits from a superclass and adds more specific functionality or overrides behavior.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago