
Python InstitutePCPP1 - Certified Professional Python Programmer 1
Domain 1Objective 6
PCPP-32-101 1.6 Understand and Use Abstract Classes and Methods PCPP-32-1 Practice Questions (Page 4)
Part of the Advanced Object-Oriented Programming domain, which accounts for 35% of the PCPP-32-1 exam. Python Institute does not publish an official question count, but from its 65-minute exam (~25–45 total, ~9–16 in this domain), expect 1–1 from this objective — we provide 17 practice questions to prepare you well beyond it. (estimate)
17questions here
4free pages
6concepts
35%of the exam
Questions 16–17
- 16
A developer has an abstract class `Animal` with an abstract method `make_sound()`. They create a subclass `Dog` that implements `make_sound()`. However, they also want to add a new abstract method `move()` to `Animal`. What will happen to `Dog`?
Select an answer first - 17
A developer is designing a system with an abstract base class `NotificationSender` that has an abstract method `send()`. They want to create multiple concrete senders (e.g., `EmailSender`, `SmsSender`, `PushSender`). What is the main advantage of using an abstract base class here?
Select an answer first
Finished these 2 questions?
Review the revealed explanations, or continue through the curriculum.
No more pagesBack to PCPP-32-1
Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by Python Institute. “PCPP-32-1” is a trademark of its owner, used for identification only.