Salesforce Certified Platform Developer 1 (SP25) CRT-450 Question # 18 Topic 2 Discussion

Salesforce Certified Platform Developer 1 (SP25) CRT-450 Question # 18 Topic 2 Discussion

CRT-450 Exam Topic 2 Question 18 Discussion:
Question #: 18
Topic #: 2

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 CRT-450 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.