Pre-Summer Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: validbest

Exam PDI All Questions
Exam PDI All Questions

View all questions & answers for the PDI exam

Salesforce Developers PDI Question # 59 Topic 6 Discussion

PDI Exam Topic 6 Question 59 Discussion:
Question #: 59
Topic #: 6

A lead developer creates an Apex interface called Laptop.

Consider the following code snippet:

apex

CopyEdit

public class SilverLaptop {

// code implementation

}

How can a developer use the Laptop interface within the SilverLaptop class?


A.

Extends (class="Laptop") public class SilverLaptop


B.

public class SilverLaptop implements Laptop


C.

public class SilverLaptop extends Laptop


D.

Interface (class="Laptop") public class SilverLaptop


Get Premium PDI Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.