SalesforceSalesforce
PDI · Question #129
PDI Question #129: Real Exam Question with Answer & Explanation
Sign in or unlock PDI to reveal the answer and full explanation for question #129. The question stem and answer options stay visible for context.
Submitted by obi.ng· Apr 18, 2026Logic and Process Automation
Question
A lead developer creates an Apex interface called "Laptop". Consider the following code snippet: How can a developer use the Laptop Interface within the Silvertaptop class?
Options
- A@Extends(class=Laptop'')
- Bpublic calss SilverLaptop extends Laptop
- C@Interface (class=''Laptop'')
- Dpublic class Silverlaptop implements Laptop
Unlock PDI to see the answer
You've previewed enough free PDI questions. Unlock PDI for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Apex#Object-Oriented Programming (OOP)#Class Inheritance#extends keyword