PCAP Exam QuestionsBrowse all questions from this exam

PCAP Exam - Question 99


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

Show Answer
Correct Answer: BD

A subclass is usually more specialized than its superclass in object-oriented programming, as it inherits properties and methods from the superclass but can also include additional features or overridden behavior. The same class can be used many times to build multiple objects; this is a fundamental concept in object-oriented programming, allowing for code reuse and creating multiple instances with the properties and behaviors defined in the class.

Discussion

11 comments
Sign in to comment
vlobachevskyOptions: BD
Oct 11, 2021

BD is correct

tanstOptions: BD
Oct 18, 2021

BD, agree, Are you sure these questions are from Actual PCAP?

seaverickOptions: BD
Jan 27, 2024

As per my understanding, ans -> BD

dougie_fr3sh
Dec 24, 2021

The "answers" to some of these questions are just out of this world.

Noarmy315Options: BD
Jan 16, 2022

BD is correct

rocky48Options: BD
Mar 9, 2022

I don't feel these questions are from Actual PCAP ? Just mock questions

macxszOptions: BD
May 4, 2022

B. a subclass is usually more specialized than its superclass D. the same class can be used many times to build a number of objects

deckmanOptions: BD
May 11, 2022

BD is correct answer

JnanadaOptions: BD
Aug 19, 2022

BD is correct

MallieOptions: BD
Jan 1, 2023

The reference for the suggested answer links to a page about JAVA!!!! Answer is B & D

9prayerOptions: BD
Feb 5, 2023

BD is correct