
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 1)
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 1–5
- 1
What is the effect of overriding an abstract method in a subclass?
Select an answer first - 2
A developer has an abstract class `Worker` with an abstract method `work()`. They create a subclass `Manager` that implements `work()`. However, they also want to create a subclass `Intern` that inherits from `Manager` and does not override `work()`. What is true about `Intern`?
Select an answer first - 3
A developer is creating a class `Robot` that inherits from two abstract classes: `Mover` (with abstract method `move()`) and `Speaker` (with abstract method `speak()`). Both abstract classes have a concrete method `status()`. The developer wants `Robot` to use `Mover`'s `status()` implementation. What is the correct approach?
Select an answer first - 4
What is the primary benefit of deriving multiple concrete classes from a single abstract base class?
Select an answer first - 5
What happens when you try to instantiate a class that contains an abstract method but does not implement it?
Select an answer first
Finished these 5 questions?
Review the revealed explanations, or continue through the curriculum.
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.